body{
	color: #FFFFFF;
	background: #000000;
}

.sectionText{
	color: #FFFFFF;
	text-align: center;
	font-size: 12pt;
	
}

.leftNav{
	color: #FFFFFF;
	text-align: left;
	font-size: 14pt;
}

.link {
	color: rgb(250, 250, 250);
	text-decoration: none;
}

.link:active {
	color: rgb(250, 250, 250);
	text-decoration: none;
}

.link:visited {
	color: rgb(250, 250, 250);
	text-decoration: none;
}