body {
	background-color: #000000;
}
.lightGrey {
	color: #99cccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #99cccc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #99ccca;
}
a:hover {
	text-decoration: underline;
	color: #CC6633;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}

.homeLinks {
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #0066FF;
}
a {
	font-family: Arial;
	font-size: 16px;
	color: #0033FF;
}
.copyright {
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #6666FF;
}
.text {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #66CC99;
}

