A:LINK {
	color : #4AA674;
	background-color : White;
}

A:ACTIVE {
	color : #1ABF3F;
	background-color : White;
}

A:HOVER {
	color : #34A36B;
	background-color : Yellow;
}

A:VISITED {
	color : #85B19E;
}

BODY {
	background-color : White;
	color : #333300;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	letter-spacing : 2px;
	line-height : 150%;
}


STRONG {
	background-color : inherit;
	color : #FF3366;
}


