BODY {
	color: Silver;
	background-color: Black;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	text-align: center;
}

A {
	color: Silver;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: underline;
}
