
TD{
  font-size : 13px;
}
A{
  color : red;
}
A:VISITED{
  color : red;
}
A:LINK{
  color : red;
}
A:HOVER{
  color : yellow;
}
