font
{
    font-family: Arial,Helvetica ;
}

a:link
{
    text-decoration: underline ;
    color: white ;
}

a:active
{
    text-decoration: none ;
    background-color: #999999 ;
    color: white ;
}

a:visited
{
    text-decoration: underline ;
    font-weight: bold ;
    color: #33ff33 ;
    /*
    //background-color: yellow ;
    */
}

a:hover
{
    /*
    //font-weight: bold ;
    //font-style: italic ;
    */
    color: black ;
    background-color: #cccccc ;
    text-decoration: underline ;
}

BODY, A, TABLE, TH, TD, TR, P, UL, OL, LI, INPUT, SELECT, DL, DD, DT, H
{
    font-family: Arial,Helvetica ;
}

