BODY {
	background-color: Black;
	color: White;
	font-family: "Arial Black";
	font-size: small;
	text-align: left;
}

A {
	color: Silver;
	text-decoration: none;
}

A:HOVER {
	color: White;
	text-decoration: none;
}