BODY {
	color: Green;
	background-color: #FFFAFA;
	font-family: "Times New Roman", Tahoma, "Arial Black", serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
}

A {
	color: Blue;
}

A:HOVER {
	color: #90EE90;
	font-family: serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	white-space: normal;
}