body{
	
	color: #000000;
	background: #000000;
		
}

a:link, a:visited{
	
	background-color: White;
	color: White;
	
}

.sectionText{
	
	color: Blue;
	text-align:center;
	font-size: 12pt;
	
}
.leftNav{
	
	color: White;
	text-align:left;
	font-size: 14pt;
	
}
.rightNav{
	
	color: White;
	text-align:right;
	font-size: 14pt;
	
}