
textarea {
  width: 257px;
  height: 143px;
  background-image: url(images/textarea_bg.jpg);
  background-attachment: fixed;
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  border: 1px solid #D061D3;
  color: #fff;
  padding: 6px;
  }
  
td {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 11px;
  color: #330033;
  text-align: justify;
  line-height: 13px;
  }
  
body {
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 11px;
  color: #330033;
  background-color: #DCCFDE;
  line-height: 13px;
  }
  
.content {
  text-align: center;
  }
  
a {
  font-weight: bold;
  color: #660066;
  }
  
a:hover {
  color: #993399;
  }
