BODY{ 
  font-family: Tahoma, Helvetica; 
  background-color: white; 
  margin-top: 3px;
} 
A { 
  font-size: 10px; 
  font-family: Arial; 
  text-decoration: none;
} 
A:hover {
    background-color: blue;
    color: white;
}
UL {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 1em 0px;
  list-style: none;
}
LI {
  margin: 0px 0px 0px 8px;
  padding: 0px 0px 0px 0px;
  line-height: 14px;
}

