BODY {
  color: #000000; 
  background-color: #CC9900;
}
TD {
  border: 5px solid orange;
  color: #000000; 
  background-color: #CC9933;
}
TD.bg {
  border: 5px solid orange;
  color: #000000; 
  background-color: transparent;
}
A:link {
  text-decoration: none; 
  font-weight: bold;
  color: #CC3300;
  background-color: transparent;
}
A:visited {
  text-decoration: none; 
  font-weight: bold;
  color: #993300;
  background-color: transparent;
}
A:active {
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
}
A:hover {
  text-decoration: underline; 
  font-weight: bold;
  color: white;
  background-color: transparent;
}
UL {
  list-style: disc
}

