body {
background: #800000;
font-family: Arial, Helvetica, san-serif;
}
p {
font-size: 13px;
color: black;
padding: 6px 10px 0px 10px;
}
h1 {
font-size: 22px;
color: 800000;
text-transform: uppercase;
padding: 15px 12px 0 12px;
}
h2 {
font-size: 16px;
color: #800000;
padding: 5px 10px;
}
h3 {
font-size: 14px;
color: #800000;
padding: 3px 10px;
font-weight: bold;
}
a:link, a:visited {
color: #800000;
text-decoration: underline;
}
a:hover{
color: #009C00;
text-decoration: underline;
}
#menu a {
color: #009C00;
font-size: 15px;
font-weight: bold;
text-decoration: none;
padding: -5px 10px -5px 0;
}
#menu a:hover {
color: #800000;
font-weight: bold;
text-decoration: none;
padding: -5px 10px -5px 0;
}
ul { 
white-space: normal;
list-style-type: disc;
list-style-position: outside;
margin: 1em 0 1em 40px;
font-size: 13px;
}

