/* basic elements */

body {
	background-color: #e2dcbb;
}
p {
	font-family: "Times New Roman", Times, serif
	font-size: 12px;
	font-style: normal;
	color: #445753;
	line-height: 150%;
}
h3 { 
	font: normal 24pt "Times New Roman"; 
	margin-bottom: 0px; 
	color: #445753;
	}
h4 { 
	font: normal 26pt "Times New Roman"; 
	margin-bottom: 0px; 
	color: #007505;
	}
a:link { 
	text-decoration: underline;
	color: #445753;
	}
a:visited { 
	text-decoration: underline;
	color: #445753;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #94a3a0;
	}
li {
	color: #445753;
	font-family: "Times New Roman", Times, serif;
	list-style-image: url(http://www.hinghamlumber.com/images/arrow-block.gif);
	font-size: 16px;
	line-height: 150%;
}