body{
	font-family: "Courier New", Courier, mono;
	overflow: auto;
	background-repeat: repeat;
	background-color: #FFFFFF;
}




#header{
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	text-decoration: none;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#header a {
	color: #000000;
	text-decoration: none;

}
#content {
	position:relative;
	margin-top: 40px;
	margin-left: 20px;
	font-size:12px;
	width: 800px;
}
#content ul{list-style-type:none;margin:10px 5px;padding:0}
#content li{
	vertical-align: 50%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content li a{
	text-decoration:none;
	color: #00000;
	background-color: #00000;	

}
#content li a:hover{
	color: #00000;
	background-color: #00000;
}
