body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
}
TABLE
{
    FONT-FAMILY: Verdana, Arial, Helvetica;
    font-size: 10pt;
}
a:link
{
    text-decoration: none;
    color: blue;
    font-weight: normal;
}
a:visited 
{
    text-decoration: none; 
    color: purple; 
    font-weight: normal;
} 
a:active
{
    text-decoration: none; 
    color: blue; 
    font-weight: normal;
} 
a:hover 
{
    text-decoration: none; 
    color: red; 
    font-weight: normal;
    }
li
{
    list-style-type: disc;
    line-height: 18px;
}
