body {
		font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
		color: #000000;
		background-color: #000000;
}

a:link {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 9px #fdff50;
}

a:visited {
	color: #0000cc;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 9px #fdff50;
}

a:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 9px #fdff50;
}
a:active {
	color: #4444ff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 2px 2px 9px #eeeeee;
}

