.heading { font-family: arial, helvetica; 
	font-size: 18px; 
	font-weight: bold; 
	} 
 
.body { font-family: arial, helvetica; 
	font-size: 12px; 
	} 
 
.subheading { font-family: arial, helvetica; 
	font-size: 14px; 
	} 
 
.bodySmall { font-family: arial, helvetica; 
	font-size: 10px; 
	} 
 
.small { font-family: arial, helvetica; 
	font-size: 9px; 
	} 
 
.menu { font-family: arial, helvetica; 
	font-size: 12px; 
	font-weight: bold;
	} 

A:link { text-decoration: none; 
	color: 333333; } 
A:hover { text-decoration: underline;  
	color: 000000; } 
A:visited { text-decoration: none; 
	color: 666633 } 
 
