BODY
{font-family: times new roman;
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: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{border:1px solid #000000; font-size: 10pt;
margin: 0px;
padding: 0px; 
font-weight: bold}

table.menu
{border:1px solid #000000; font-size: 10pt;
margin: 0px;
padding: 0px;
font-weight: bold}

td.menuNormal
{padding: 0px;
color: #000000;
font-weight: bold;
vertical-align: top;
background-color: #FF0000;}

td.menuHover
{padding: 0px;
color: #000000;
font-weight: bold;
vertical-align: top
}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid black;
background-color: red;
display: inline;
position: absolute;}

a:link.menuitem
{text-decoration: none;
color: black;
background-color: red;
display: block;}

a:visited.menuitem
{text-decoration: none;
color: black;
background-color: red;
display: block;}

a:hover.menuitem
{text-decoration: none;
color: black;
background-color: yellow;
display: block;}

a:active.menuitem
{text-decoration: none;
color: black;
background-color: red;
display: block;}