A:link
{
    text-decoration: none;
    color: #cc9966;
}

A:visited
{
    text-decoration: none;
    color: #cc9966;
}

A:hover
{
    text-decoration: underline;
    color: #a2211b;
}

A:active
{
    text-decoration: none;
    color: #cc9966;
}