
	#content h1 {
		font-size: 200%;
		font-weight: normal;
			color: #3c2821;
		margin-top: 0;
		margin-bottom: 1;
	}
	
	#content h2 {
	font-size: 140%;
	font-weight: normal;
		color:  #897d79;
		margin-top: 1;
		margin-bottom: 0;
	}
	
	#content h3{
	font-size: 140%;
	font-weight: normal;
		color:  #3c2821;
		margin-top: 1;
		margin-bottom: 0
	}
	
	#content p {
		line-height: 16px;
	}
	
	#content h6 {
		font-size: 200%;
		font-weight: normal;
			color: #3c2821;
		margin-top: 0;
		margin-bottom: 0;
	}

