BODY {
	background-color : White;
	color : #414141;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
}

A:LINK {
	color : Black;
	text-decoration : none;
}

A:VISITED {
	color : Black;
	text-decoration : none;
}

A:HOVER {
	color : #228B22;
	text-decoration : none;
}

