body{
	color: white;
	background: black;
}

a:link, a:visted{
	color: white;
	background-color:black;
}

.selectionText{
	color: white;
	text-align: center;
	font-size: 12pt;
}

.leftNav{
	color: white;
	text-align:left;
	font-size:12pt;
}

.rightNav{
	color: white;
	text-align:right;
	font-size: 14pt;
}