 

A:HOVER{
  color : white;
  background-color : red;
  font-weight : bolder;
}
A{
  text-decoration:none;
  font-weight : bolder;
  color : blue;
}
BODY{
  line-height : 120%;
}
TD{
  line-height : 120%;
}
