.first { color: blue; }

.footer { margin-left: auto; margin-right: auto; margin-top: 50px; }
.footer td { font-size: 11pt; font-family: Georgia, "New Times Roman", serif; }
.footer tr { height: 50px; vertical-align: middle; text-align: center; }
.navigation {
    text-align: center;
    font: 10pt Helvetica, Verdana, Arial, sans-serif;
    width: 100%;
    background-color: green;
    color: white;
    padding: 3px;
    margin-top: 1ex;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
}
.navigation a { color: white; text-decoration: none; }
.navigation a:visited {color: white; }
.navigation a:hover { text-decoration: underline; }
.second { color: orange; }
.subtitle { color: blue; font-size: 18pt; }
.third { color: green; }
.title  { color: green; }
.footer a { color: black; }
.footer a:visited { color: black; }

