* { 
margin: auto; 
padding: 0; 
} 

BODY {
	background-color: #999933;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;	
	text-align: center;	
}	

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
.bioText {
	font-family: "Times New Roman", Times, serif, "Book Antiqua";
	font-size: 16px;
	color: #333333;
	text-align: left;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
	line-height: 12pt;
	}
	
.featured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-align: center;
	}