 
A{
  color : maroon;
  text-decoration : none;
}
A:HOVER{
  color : olive;
  text-decoration : underline;
}
TD{
  font-size : 10pt;
}