P
{
padding-top: 8px;
font-size: 8pt;
margin: 0px;
}

H1
{
font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;
}

table.navbar
{
font-size: 6pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;
background-color: #6699FF;
}

table.menu
{
font-size: 6pt;
margin: 0px;
padding: 0px;
font-weight: bold;
}

td.menuNormal
{
padding: 0px;
color: black;
font-weight: bold;
font-size: 8pt;
vertical-align: middle;
height: 20px;
background-color: #6699FF;
}

td.menuHover
{
padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
/*background-color: lightblue;*/
background-color: #66AAFF;
}

div.menuNormal
{
display: none;
position: static;
}

div.menuHover
{
border: 1px solid lightblue;
background-color: white;
display: inline;
position: absolute;
}

a.menuitem:link
{
text-decoration: none;
color: black;
background-color: white;
display: block;
}

a.menuitem:visited
{
text-decoration: none;
color: black;
background-color: white;
display: block;
}

a.menuitem:hover
{
text-decoration: none;
color: black;
/*background-color: lightblue;*/
background-color: #A2C7FF;
display: block;
}

a.menuitem:active
{
text-decoration: none;
color: black;
/*background-color: lightblue;*/
background-color: #A2C7FF;
display: block;
}
