/*Style sheet for Trailhead Graphics- created January 7, 2008*/



	         
body {
	margin: 0;
	padding:0;
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : #2B3130;
	
		}
	

p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : #000000;
		}          
			 


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

a:visited  {
	color :  #9BA263;
	text-decoration : none;
		}

a:hover {
	color : #9CA364;
	text-decoration : underline;
}