A:link
{
    FONT-SIZE: 70%;
    COLOR: #184488;
    font-weight: bold;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
}
A
{
    FONT-SIZE: 70%;
    COLOR: #184488;
    font-weight: bold;
    FONT-FAMILY: Verdana, Arial;
    TEXT-DECORATION: underline;
}
A:active
{
    FONT-SIZE: 70%;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial;
    font-weight: bold;
    TEXT-DECORATION: underline;
    background-color: #184488;
}
A:hover
{
    COLOR: white;
    font-weight: bold;
    background-color: #184488;
    text-decoration: underline; 
}
