body{
	font-family: Arial;
	font-size: 11px;
	background-color:black;
	color:#555555;
	line-height: 1.8em;
}
h1{
	margin-top:0px;
	padding-top: 0px;

}
h3{
	margin-top:0px;
	padding-top: 0px;
}


 a:link{
	
	text-decoration: none;
	color: #6699cc;
	
}
a:visited{
	
	text-decoration: none;
	color: #6699cc;
	
}
 a:hover{
	
	text-decoration: underline;
	color: #6699cc;
	
}




li a:link{
	text-align: center;
	background-color: black;
	color: white;
	text-decoration: none;
	
}
li a:visited{
	text-align: center;
	background-color: black;
	color: white;
	text-decoration: none;
	
}
li a:hover{
	text-align: center;
	background-color: gray;
	color: white;
	text-decoration: none;
	
}
#active{
	background-color: white;
	color: black;

}

#left_content li{
clear: both;
display:inline;
float: none;
	margin: 0px;
	padding: 0px;
	list-style: disc;

}