BODY
{font-family:Arial Narrow;
font-size: 9pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
{padding-top: 0px;
margin: 0px;}

H1
{font-size: 9pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 9pt;
margin: 1px;
padding: 1px; 
border: 2px; 
font-weight: bold;}

table.menu
{font-size: 9pt;
margin: 0px;
padding: 1px;
font-weight: bold;}

td.menuNormal
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
}

td.menuHover
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
/*background-color: lightblue;*/}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{
/*background-color: #fff0f5;*/
background-color: #4080FF;
border: 1px solid #0040F0;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: white;
/*background-color: #fff0f5;*/
background-color: #4080FF;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: white;
/*background-color: #fff5ee;*/
background-color: #4080FF;
border: 1px solid #0040F0;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: white;
background-color: #0040F0;
display: block;}

a.menuitem:active
{text-decoration: none;
color: white;
background-color: #0040F0;
display: block;}