body {
font-family: Tahoma, Arial, sans serif;
}

h1 {
padding-top: 8px;
padding-bottom: 8px;
margin: 0px;
color:#000080;
font-family: Arial Black, Arial, sans serif;
font-weight: bold;
}
#menu li {
background: #ffffcc;
list-style: none;
border: 1px solid #cccccc;
}

#menu ul {
margin: 0px;
padding: 4px;
}

#menu a {
display: block;
width: 180px;
padding: 5px;
font-size: 9pt;
color: #0000cc;
text-decoration: none;
}

#menu a:hover{
color: orange;
background: #ffff99;
}

td {
font-size: 9pt;
}

#topcell {
background: #e7e7e7;
}

#leftcell {
background: #000080;
width:180px;
}

#rightcell {
background: #ffff99;
}

#footer {
padding-top: 8px;
padding-bottom: 8px;
margin: 0px;
font-size: 8pt;
background: #e7e7e7;
}