a:link {
    color : #003399;
    text-decoration : underline;
}

a:visited {
    color : #999999;
    text-decoration : underline;
}

a:hover {
    color : #FF6600;
    text-decoration : none;
}

a:active {
    color : #003399;
    text-decoration : none;
}