body {
	background-color: #000000;
}
a:link {
	color: #6699CC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
