BODY
{
font-family: tahoma, verdana, arial, sans-serif;
font-size: 8pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 10px;
margin: 0px;}

H1
{font-size: 8pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{padding: 0px;
color: "#000000";
font-weight: bold;
vertical-align: top;
/*background-color: "#00CC66";*/
}

td.menu2Normal
{padding: 0px;
color: "#000000";
font-weight: bold;
vertical-align: top;
background-color: "#33CC33";}

td.menu2hover
{padding: 0px;
color: "#000000";
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: "#99FF66";
/*background-color: yellow; */
}

td.menuHover
{padding: 0px;
color: "#000000";
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
/*background-color: lightblue;*/
/*background-color: "#00CC66"*/;}

div.menuNormal
{display: none;
position: static;}

div.menu2Normal
{display: none;
position: static;}

div.menuHover
{border: 1px solid black;
/*background-color: "#00CC66";*/
display: inline;
position: absolute;}

div.menu2Hover
{border: 1px solid black;
/*background-color: "#00CC66";*/
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: "#000000";
background-color: "#33CC33";
display: block;}

a.menuitem:visited
{text-decoration: none;
color: "#000000";
background-color: "#33CC33";
display: block;}

a.menuitem:hover
{text-decoration: none;
color: "#000000";
background-color: "#99FF66";
/*background-color: lightblue;*/
display: block;}

a.menuitem:active
{text-decoration: none;
color: "#000000";
background-color: "#33CC33";
display: block;}