BODY {
	color: #005A5B;
	font-family: sans-serif;
	font-size: small;
	background: #EAEAEA;
}

A {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #003435;
	text-decoration: underline;
	font-weight: bolder;
}
