BODY {
  color: #000000; 
  background-color: #FFFF66;
}
A:link {
  text-decoration: none; 
  font-weight: bold;
  color: #006600;
  background-color: transparent;
}
A:visited {
  text-decoration: none; 
  font-weight: bold;
  color: #003300;
  background-color: transparent;
}
A:active {
  text-decoration: none;
  font-weight: bold;
  background-color: transparent;
}
A:hover {
  text-decoration: underline; 
  font-weight: bold;
  color: #009900;
  background-color: transparent;
}
A.img {
  color: #FFFF66;
  background-color: transparent;
}

