BODY {
	color: White;
	background-color: #111111;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
	text-align: right;
}

A {
	color: White;
}

A:HOVER {
	color: Lime;
}