BODY {
	color: Black;
	background-color: #D2FEFF;
	font-family: "MS Sans Serif", fantasy;
	font-size: small;
	text-align: left;
}

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

A:HOVER {
	color: #56AE00;
	text-decoration: underline;
}