.body {
font-family: Verdana;
font-size: 10pt;
color: #000000;
text-decoration: none;
}

.menu {
font-family: Eras Bold ITC;
font-size: 11pt;
color: #000000;
text-decoration: none;
}

.header {
font-family: Verdana;
font-size: 14pt;
color: #000000;
text-decoration: bold;
text-decoration: underline;
}

p {
        font-family: Verdana;
        font-size: 9pt;
        color: #000000;
}

a:link {
        color: #000000;
        text-decoration: none;
}

a:visited {
        color: #000000;
        text-decoration: none;
}

a:active {
        color: #000000;
        text-decoration: underline;
}

a:hover {
        color: #D5D513;
        text-decoration: underline;
}

