 
TABLE{
font-size : 98%;
line-height : 1.6;
}
A{
color : blue;
text-decoration : none;
}
A:HOVER{
color : red;
text-decoration : underline;
}