/* Harvington Neighbourhood Plan - styles for documents and general pages . This is green version 10 Nov 2019*/

BODY{ 
	background-color: #F3FFF7;   /* Light green */  /* WAS #DFE8F6;   light blue */ 
	margin:0;			/** Margin removed so header fills entire width */
}

.content{	margin-left:6px; margin-right: 6px} /* Used restore margins to all content below thge header */


H1, H2, H3, H4, H5, H6 {
	font-family: Tahoma, Geneva, sans-serif; 
	color: #3454B4;	/* Darker shade of Royal Blue. Also used in NeighbourhoodPlan.css */
	text-align: center;
	margin-left: 6px; 
	margin-right: 6px;
}

H1, H2 {
	margin-top: 4px; 
}

DIV{	margin-bottom: 8px;
	font-family: Verdana, Geneva, sans-serif; }

DL{
margin-left: 8px;
}

DT{
	margin-top: 4px;
	margin-bottomXX: 4px;
}

DD{	font-style:italic; 
}

P { margin-left: 6px; margin-right: 6px; }

