/* Pittsfield Township Historical Society - print.css */

h1		     	
{	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 20px; 
	margin: 0;
	color: #000000; 
}

h2  			
{	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 13px; 
	font-weight: bold; 
	color: #000000; 
}

h3  			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000; 
}

h4  			
{ 	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
}

li			
{ 	
	font-family: 'times new roman', times, serif; 
	font-size: 14px; 
	line-height: 16px; 
	color: #000000; 
}

ol			
{ 	
	font-family: 'times new roman', times, serif; 
	font-size: 14px; 
	line-height: 16px; 
	color: #000000; 
}

pre			
{ 	
	font-family: 'courier new', courier, monospace; 
	font-size: 12px; 
	line-height: 16px; 
	color: #000000; 
}

img
{
	border-color: #000000;
}

/* Used for the local navigation heading - located in tan bar */
.navHeading	        
{	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #ffffff;
}

/* Used for the body text of most of the site's pages */
.mainText 		
{ 	
	font-family: 'times new roman', times, serif; 
	font-size: 14px; 
	line-height: 20px; 
	color: #000000; 
}
.mainText a		
{ 	
	color: #3366cc; 
	text-decoration: underline; 
}
.mainText a:hover	
{ 	
	color: #3366cc; 
	text-decoration: none; 
}
.mainText a:visited	
{ 	
	color: #000099; 
}

.printHeading
{	
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 20px; 
	margin-bottom: 40px;
	color: #000000; 
}

.printBody
{	
	font-family: 'times new roman', times, serif; 
	font-size: 14px; 
	line-height: 20px; 
	color: #000000; 
}

.printBody a		
{ 	
	color: #3366cc; 
	text-decoration: underline; 
}
.printBody a:hover	
{ 	
	color: #3366cc; 
	text-decoration: none; 
}
.printBody a:visited	
{ 	
	color: #000099; 
}

/* Used for the local navigation links in the left sidebar */
.localNav	        
{
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 11px; 
}
.localNav a		
{ 
	color: #000099; 
	text-decoration: none; 
}
.localNav a:hover	
{ 
	color: #000099; 
	text-decoration: underline; 
}
.localNav a:visited	
{ 
	color: #982309; 
}

.printFooter
{	
	font-family: 'times new roman', times, serif; 
	font-size: 14px; 
	line-height: 20px; 
	color: #000000; 
}

.printFooter a		
{ 	
	color: #3366cc; 
	text-decoration: underline; 
}
.printFooter a:hover	
{ 	
	color: #3366cc; 
	text-decoration: none; 
}
.printFooter a:visited	
{ 	
	color: #000099; 
}
