.body {
	color: black;
	font-family: Tahoma,Comic Sans MS;
	font-size: 9.5pt;
}

.menu {
	color: #000000;
	font-family: Tahoma,Comic Sans MS;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	
}
#center {text-align: center;}
.top {

	font-family: Tahoma,Comic Sans MS;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

.footer {
	font-size: 7pt;
	font-weight: bold;
	font-family: Tahoma,Comic Sans MS;
	color: #000000;

}

.link {
	color: white;
	
}

:hover.link {
	color: black;
	text-decoration: none;
}

a {
	color: red;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 11px Tahoma,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;
}

#form1 input {
 background-color: #ffffff;
 float: right;
 margin-right: 400px;
}
#form1 select {
 background-color: #ffffff;
 color: #000000;
}
#form1 span{float: left;}

#form1 li {list-style-type: none;margin-bottom: 10px; }
#form1 .button1 {margin-right: 550px;}
#form1 label {color: #ff0000;}
#main1 {text-align: center;}
#main1 h1 {font-size: 1.5em;}

