BODY {
	color: Black;
	background-color: White;
	font-family: Tahoma, sans-serif;
	font-size: small;
	text-align: left;
}

A {
	color: Blue;
}

A:HOVER {
	color: #2E8B57;
}