A{
  font-weight : normal;
  text-decoration : none;
}
A:LINK{
  font-weight : normal;
  text-decoration : none;
}
A:VISITED{
  font-weight : normal;
  text-decoration : none;
}
A:HOVER{
  font-weight : bold;
  text-decoration : underline;
  cursor : crosshair;
}
A:ACTIVE{
  font-weight : bold;
  text-decoration : blink;
}
TD{
  font-size : 12px;
}