	div.features p {
		font-size: 1.2em;	
		color: black;
		text-align: left;
	}

	div.feature h1, div.feature h2, div.feature h3, div.feature p {
		margin-left: 4em;
		padding-left: 0.5em;
		color: black;
	}

	div.feature h1 {
		font-size: 1.4em;
	}

	div.feature h2 {
		color: #000;
	}

	div.feature h3 {
		padding-left: 1em
	}
	
	div.feature p {
	}

	div.feature {
		clear: both;
		min-height: 400px;
	}

	div.features img {
		padding: 0;
	}


