body{
	font-size : 12px;
	background-color: #000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

a:link{
	text-decoration : none;
	color : #90AAFF;
}
a:visited{
	text-decoration : none;
	color : #90AAFF;
}
a:hover{
	text-decoration : none;
	color : #FF0000;
}

.nav:link{
	color : red;
	text-decoration : none;
}
.nav:visited{
	color : red;
	text-decoration : none;
}
.nav:hover{
	color : red;
	text-decoration : none;
}
.header{text-align: center;}

.header a{
font-family: "Times New Roman", Times, serif;
color: #3366FF;
font-size: 50px;
}
.subheader{
font-family: "Times New Roman", Times, serif;
color: #90AAFF;
font-size: 22px;
text-align: center;
}


sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
