div.pageheading 										
{
		color: #7597e0;
	/*color: #7171ff;*/
}

ul {
	line-height: 16px;
	color: #7597e0;
}

H2
{
	color: #7597e0;
}

/* Hyperlinks ======================================================================== */

a:link {
	color: #7597e0;
	text-decoration: none;
}

a:visited {
	color: #7597e0;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}