A
{
color: #FF4242;
}

BODY
{
margin: 10;
padding: 0;
background-color: #C0C0C0
}

#menu
{
display: block;
margin: 0;
padding: 0;
height: 19px;
width: 790px;
background: #FF4242;
}


#menu A
{
color: #330000;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: verdana;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
text-align: center;
vertical-align: middle;
}

#menu A:hover
{
background: #D6D6D6;
}

#menu .selected
{
background: #FF7D7D;
}

.content
{
font-family: arial;
font-size: 10pt;
width: 470px;
padding-top: 20px;
padding-left: 25;
color: black;
vertical-align: top;
line-height: 150%;
}

#footer
{
background: #FF4242;
text-align: center;
font-family: verdana;
font-size: 9pt;
height: 19px;
}

H1
{
font-family: verdana;
font-weight: bold;
font-size: 16pt;
color: #FF4242;
}

H2
{
font-family: verdana;
font-weight: bold;
font-size: 11pt;
color: #FF4242;
}