body {
  font-family: tahoma, verdana, helvetica, sans-serif; 
  color: #000000; 
  background-color: #ffffff; 
  background-image: url('../images/sitebg.gif'); 
  background-repeat: x; 
  font-size: 11px; 
  margin: 0px; 
}

a:link {
  text-decoration: none; 
  color: #ff0000; 
}

a:visited {
  text-decoration: none; 
  color: #808080; 
}

a:active {
  text-decoration: none; 
  color: #ff0000; 
}

a:hover {
  text-decoration: underline; 
  color: #808080; 
}

table {
  font-family: tahoma, verdana, helvetica, sans-serif; 
  background-color: #ffffff; 
  color: #000000; 
  font-size: 11px; 
}

.form {
  font-size: 11px; 
  font-family: tahoma, verdana, helvetica, sans-serif; 
}