
BODY {
	color: Black;
	background-color: #D2FE6B;
	font-family: "Book Antiqua", serif;
	font-size: smaller;
	text-align: left;
}

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

A:HOVER {
	color: Red;
	text-decoration: none;
}
