div.pageheading 							
{
	color: #9ca4cb;
}

ul {
	line-height: 16px;
	color: #9ca4cb;
}


H2			
{
	color: #99cc99;
}



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

a:link {
	color: #9ca4cb;
	text-decoration: none;
}

a:visited {
	color: #9ca4cb;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}