a, a:visited, a:active
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

a:hover
{
    color: #FF0000;
    text-decoration: underline;
    font-weight: normal;
}