
a:link, a:active, a:visited {
        color: #0080C0;
        font-weight: bold;
        text-decoration: underline;
}

a:hover {
        color: #FF8000;
        font-weight: bold;
        text-decoration: underline overline;
}


