
#content p {
	text-align: justify;
	text-justify: newspaper;
	font-size: .75em;
}

#content p:first-letter{
	float:left;
	color: SaddleBrown;
	font-size: 2em;
	line-height: .8em;
	padding-right: .1em;
	font-family: times,Georgia;
	
}