
.typography h1 {
		font-size: 2.3em;
		color: #004811;
		font-family: georgia;
		font-weight: bold;
		text-align: center;
		margin: 10px 0px;
		}
		
		
		.typography h1 .light {
			color: #649F35;
			}	
			
			
.typography h3 {
		font-size: 1.5em;
		color: #649F35;
		font-family: georgia;
		font-weight: bold;
		margin: 20px 0px 0px 0px;
		}
		
		.typography p {
color: #666;
font-size: 16px;
background: transparent;
}

.typography .first p {
padding: 10px;
font-size: 1.1em;
margin: 0px;
}

p .extras {
font-family: georgia;
color:  #649F35;
font-size: 0.8em;
display: block;
font-weight: bold;
}


.typography .green {
background: #F8FFED;
}


	.typography .infobox {
		background: url(../images/borders.png) 50% 0% no-repeat;
		color: #333;
		margin: 40px 20px;
		
		}
		
	.typography .infobox .infobox1 {
		padding: 15px 0px;
		background: url(../images/borders.png) 50% 100% no-repeat;
		text-align: center;
			font-family: georgia;
		font-size: 1.4em;
		}