BODY {
	background-color : White;
}
A:link {
	color : Blue; font-weight : bold;
	background-color : White;
	text-decoration : none;
}
A:visited {
	color : Blue; font-weight : bold;
	background-color : White;
	text-decoration : none;
}

A:link:hover {
	background : White;
	color : Black;
	font-weight : bold;
	text-decoration : underline;
}

A:active {
	text-decoration : underline;
	font-weight : bold;
	color : Blue;
	background-color : White;
	}

A.site_map{
	color : GrayText;
	background : GrayText;
}


