BODY
{
background:#99FF99;
}
a {
text-decoration: none;
}
A:hover {
  color : red;
  background-color : #ffffcc;
}
