h1,h2,h3
{
font-family: arial, 'sans serif'; 
}

p,table,li,address
{
font-family: arial, 'sans serif'; 
margin-left: 15pt;
}

p,th,td
{
font-size: 80%;
}

th {background-color:#C0C0C0}

body
{
background-image:url(../images/slashWhiteSmoke.png);
}

h1,h2,h3,hr 
{
color:saddlebrown; 
}

a:link    {color:darkred}
a:visited {color:darkred}
a:active  {color:red}
a:hover   {color:red}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
#dropmenudiv a:hover{ /*hover background color*/
background-color: Beige;
}