body, textarea { 

font: 13px/20px Arial, Lucida Grande, Verdana, sans-serif;

}


/* Beginning Type Set - All line heights + top and bottom padding/margin are multiples/divisors of base line-height */

h1,h2,h3,h4,h5,h6 {

	font-family: Arial, Lucida Grande, Verdana, sans-serif;


}

h1 { 
	
	font-size: 36px; 
	padding: 18px 0; 

}

h2 { 
	
	font-size: 28px;
	padding: 9px 0;
	
}

h1,
h2 {

	line-height: 36px;
	

}

h3 { 

	font-size: 18px; 
	font-family: Arial, Lucida Grande, Verdana, sans-serif;}

h4 { 

	font-size: 14px;

}

h5 { 

	font-size: 12px;

}

h6 { 

	font-size: 10px;
	
}
	
h3,
h4,
h5,
h6 {

	 line-height: 18px;
	 padding: 9px 0;

}

.content p { 
	
	padding: 0 0 18px; 

}

.content blockquote {
	
	padding: 18px;
	background: #eee;
	margin: 0px 36px 18px 18px;
	
}

.content ul,
.content ol { 
	
	margin: 0px 36px 18px 18px;
	list-style: circle;

}

.content ul li,
.content ol li { 
	
	margin: 9px 0;
	
}

