 
A{
  text-decoration : none;
  
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
TABLE{
  font-size : 10pt;
  
}
