body {
	background-color: #000000;
}

h1.mainHeader { text-align: center ; font-size:36px; font-weight:bold; color:#0033FF;}

.topNav {}

p.topNav {
	color:#FFFFFF;
}
a.topNav { color:white}
a:visited.topNav {color:white}
a:hover.topNav {color:red}

a.topNavActive { 
	color : red;
}

a:visited.topNavActive { 
	color : red;
}
