BODY
{font-family: arial;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 0px;
margin: 0px;}

H1
{font-size: 10pt;
font-weight: normal;
padding-top: 0px;
margin: 0;}

table.navbar
{font-size: 10pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: normal;}

table.menu
{font-size: 10pt;
margin: 0px;
padding: 0px;
font-weight: normal;}

td.menuNormal
{padding: 0px;
color: white;
font-weight: normal;
vertical-align: top;
background-color: black;}

td.menuHover
{padding: 0px;
color: black;
font-weight: normal;
vertical-align: top;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 3px solid darkred;
background-color: darkblue;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: white;
background-color: darkblue;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: white;
background-color: darkblue;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: white;
background-color: green;
display: block;}

a.menuitem:active
{text-decoration: none;
color: white;
background-color: green;
display: block;}

