body {
	background : Black;
	color : White;
	font-family : sans-serif;
	font-size : smaller;
}

a:link {
	color: #99CCFF;
	text-decoration: none;
}

a:active {
	color: #FF7F50;
	text-decoration: none;
}

a:visited {
	color: Silver;
	text-decoration: none;
}

a:hover {
	color: Aqua;
	text-decoration: none;
}