 
TD{
  font-size : 90%;
}
A{
  text-decoration : none;
}
A:LINK{
  text-decoration : none;
}
A:VISITED{
  text-decoration : none;
}
A:HOVER{
  text-decoration : underline;
  color : red;
}
A:ACTIVE{
  color : green;
  text-decoration : none;
}
