a
{
    color : white;
    background : transparent;
    text-decoration : none;
    font-family: "Verdana", helvetica, sans-serif;
    font-size : 14px;
}

a:hover
{
    color : white;
    background : transparent;
    text-decoration : underline;
    font-family: "Verdana", helvetica, sans-serif;
    font-size : 14px;
}

a:visited
{
    color: white;
    background: transparent;
    font-family: "Verdana", helvetica, sans-serif;
    font-size: 14px;
}

