BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 12pt;
margin: 2px;
margin-left: 2px;
margin-right: 2px;
padding: 2px;}

P
{padding-top: 2px;
margin: 2px;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 2px;
margin: 2px;}

table.navbar
{font-size: 12pt;
margin: 2px;
padding: 2px; 
border: 2px; 
font-weight: bold;}

table.menu
{font-size: 12pt;
margin: 2px;
padding: 2px;
font-weight: bold;}

td.menuNormal
{padding: 2px;
color: black;
font-weight: bold;
vertical-align: top;
background-color: Olive;}

td.menuHover
{padding: 2px;
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: Green;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 2px FloralWhite;
background-color: Sliver;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: black;
background-color: BurlyWood;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: Burlywood;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: black;
background-color: Sliver;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: Red;
display: block;}