a:link.footer, a:active.footer, a:visited.footer {
    font-family: Georgia;
    font-size: 12pt;
    color: white;
    text-decoration: none;
}
a:hover.footer {
    font-family: Georgia;
    font-size: 12pt;
    color: white;
    text-decoration: underline;
}


a:link.hidden, a:active.hidden, a:visited.hidden, a:hover.hidden {
    text-decoration: none;
    color: black;
}
