﻿a 
{
    text-decoration : none;
}
a:HOVER 
{
    font-weight:bold;
    color : red; 
    text-decoration : underline;
}
tr 
{
    font-family : Arial, sans-serif ; 
    font-size : x-small;
}