body{
  color: white;
  font-size: 12px; 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  text-decoration: none;
}
table {
  color: white; 
  font-weight: normal; 
  font-size: 12px; 
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
  text-decoration: none;
}                                              
a:link:hover,
a:visited:hover{
  font-size: 12px; 
  font-style: oblique; 
  font-weight: bold;
  color: #FFDAB9; 
  text-decoration: none;
}
a:link,
a:visited{
  color: #FFD700;
  text-decoration: none;
  font-size: 12px; 
  font-weight: bold;
}

a {
  color: #FFFAF0; 
  text-decoration: none;
}