BODY {
	color: Black;
	font-family: Arial, "Bodoni MT", monospace;
	font-size: small;
}

A {
	color: Maroon;
	text-decoration: none;
}

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