BODY {
	color: #ffffff; 
	font-family: Garamond, arial, helvetica, sans serif; 
	background-color: #000000;
}
h {
	color: #99ccff; 
	font-family: Verdana, arial, helvetica, "sans serif";
}
h1 {
	font-size: 48px; 
	color: #0033cc;
	margin: 0;
	padding: 5px 0 5px 0;
}
h2 {
	font-size: 24px;
	color: #99ccff; 
}
h3 {
	font-size: 18px; 
	color: #99ccff; 
}
h4 {
	font-size: 16px;
	color: #99ccff; 
}
h5 {
	font-size: 14px; 
	color: #99ccff;
}
h6 {
	font-size: 14px;
	color: #99ccff;
}
p {
	font-size: 14px; 
	color: #99ccff; 
}
a:link {
	color: #00ccff; 
	text-decoration: none;
}
a:visited {
	color: #0099ff;
	text-decoration: none;
}
a:active {
	color: #00ccff; 
	text-decoration: none;
}
a:hover {
	color: #66ffff; 
	text-decoration: underline;
}
.header {
	float: right;
}
h1 a:link {
	color: #0033cc; 
	text-decoration: none;
}
h1 a:visited {
	color: #0033cc;
	text-decoration: none;
}
h1 a:active, h1 a:hover {
	color: #00ccff; 
	text-decoration: none;
}
.blueLine { 
	border-width: 1px;
	border-style: solid;
	border-color: #0033cc;
}