
body { 
  background-image: url(images/bg.jpg); 
  background-repeat: repeat-x; 
  background-color: #fff; 
  background-attachment: fixed; }
  
  
td {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #B40950;
  line-height: 18px;
  text-align: justify; }
  
  
a {
  font-weight: bold;
  color: #ff0066; }
  
a:hover {
  color: #66ccff; }
  
.join {
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #B40950; }
  
form { margin: 0px; }      