body {font-size: 0.85em; font-family: arial; background-color:#eeeeee}

h1 {font-size: 2em}

h2 {font-size: 1.5em}

h3 {font-size: 1em}

h4 {font-size: 0.85em}

h5 {font-size: 0.7em}

h6 {font-size: 0.65em}

h7 {font-size: 0.55em}

th {font-size: 0.85em}

td {font-size: 0.85em}

p {font-size: 0.85em}

small {font-size: 0.8em}

strong {font-weight: bolder}

#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: red;
color: white;
}