
/* std elements ____________________________________________________________________________ */
	
	body, form, select, table, td	{ font-family:Verdana, Arial, Helvetica, sans-serif; }
	body							{ font-size:75%; padding:0px; margin:0px; border:0px; }
	
	a								{ color:#666; font-weight:bold; text-decoration:none; }
	a:hover							{ text-decoration:underline; }
	form							{ margin:0px; padding:0px; }
	
/* headings _______________________________________________________________________________ */
	
	h1, h2, h3, h4, h5, h6			{ color:#5B5B59; }
	h1								{ font-size:140%; }
	h2								{ font-size:120%; }
	h3								{ font-size:120%; }
	h4								{ font-size:110%; }
	h5								{ font-size:100%; }

