BODY {
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
}

A {
	color: White;
	font-weight: normal;
	text-decoration: none;
}
A:VISITED {
	color: White;
}
A:HOVER {
	color: #225522;
}

