div.pageheading 				
{
	color: #5263b6;
}

H2				
{
	color: #5263b6;
}

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

a:link {
	color: #5263b6;
	text-decoration: none;
}

a:visited {
	color: #5263b6;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}