 
BODY,TABLE,TD{
  font-size : 12px;
line-height:140%;
}
A:LINK{
  color : black;
  text-decoration : none;
  font-weight : bold;
}
A:VISITED{
  color : black;
  text-decoration : none;
  font-weight : bold;
}
A:HOVER{
  color : white;
  background-color : navy;
  font-weight : bold;
  text-decoration : none;
}