 
TABLE{
  font-size : 96%;
  line-height : 1.6;
  

  

  color : #464646;
}
A{
  color : blue;
  text-decoration : none;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}