.body {
	color: black;
	font-family: Comic Sans MS;
	font-size: 9.5pt;
}

.menu {
	color: #807E00;
	font-family: Comic Sans MS;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	
}

.top {

	font-family: Comic Sans MS;
	font-size: 9pt;
	font-weight: bold;
	color: #820000;
}

.footer {
	font-size: 7pt;
	font-weight: bold;
	font-family: Comic Sans MS;
	color: #820000;

}

.link {
	color: white;
	
}

:hover.link {
	color: black;
	text-decoration: none;
}

a {
	color: red;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 11px Comic Sans MS;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color: white;
font-weight: bold;
text-decoration: none;

}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
color: black;
text-decoration: underline;
}