div.footer {
    background-color: grey;
    padding-left: 20px; padding-right: 20px; padding-top: 10px; padding-bottom: 10px;
    color: white;
    font-size: 10pt;
}

div.footer a:link { color: white; text-decoration: none; }
div.footer a:visited { color: white; text-decoration: none; }
div.footer a:hover { color: white; text-decoration: underline; }
div.footer a:active { color: white; text-decoration: underline; }