
Body, p {
	font-family: Verdana, sans-serif;
	font-size: 10.5px;
	line-height: 16.5px;
	color: #666666;
	margin-bottom:10.5px;
	}
/* large body copy */
blockquote {
	font-family: Georgia, serif;
	font-size: 16px;	
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	margin-bottom:16px;
	}
	
/* project title */
H1 	{
	font-family: Arial, serif;
	font-size: 16px;	
	font-weight: bold;
	text-transform:uppercase;
	color: #228b9d;
	margin-left:-17px;
	line-height:28px;
	}
/* body subheads */
H2 	{
	font-family: Arial, serif;
	font-size: 22px;	
	font-weight: bold;
	text-transform:uppercase;
	color: #333333;
	line-height:34px;
	}
H3 	{
	font-family: Arial, serif;
	font-size: 15px;	
	font-weight: bold;
	color: #333333;
	line-height:17px;
	}
/* right hand column subhead e.g. project title */
H4 	{
	font-family: Arial, serif;
	font-size: 13px;	
	font-weight: bold;
	color: #333333;
	line-height:15px;
	}
H5 	{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666666;
	}

/* in-text links */
a:link {
	font-family: Verdana, sans-serif;
	color: #228b9d;
	text-decoration: none;
	}
a:visited {
	color: #228b9d;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}



	
ul {
	list-style: disc;
	font-family: Arial, sans-serif;
	color: #333333;
	margin-bottom:10px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:5px;
	background:#d7e9dd
	}