BODY {
	color: White;
	background-color: Black;
	font-family: Arial;
	font-size: small;
}

A {
	color: #0000CC;
	text-decoration: none;
}

A:HOVER {
	color: Yellow;
	text-decoration: underline;
}