BODY {
	color: White;
	background-color: #630000;
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: left;
}

A {
	color: Silver;
}

A:HOVER {
	color: Red;
}
