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 ;
}

