/* CSS for PitchNehst - How to Pitch */

#content {
	padding-bottom: 80px;
	}

#content h1 {
	margin-bottom: 1em;
	}

#content #articleText {
	width: 510px;
	}

#content #articleText h3 {
	margin-bottom: 0.2em;
	}

#content #articleText p {
	margin-bottom: 1em;
	}

#content #articleText ol {
	margin-bottom: 1.4em;
	margin-left: 1.4em;
	padding-left: 1em;
	list-style-type: decimal !important;
	}

#content #articleText li {
	margin-bottom: 0.6em;
	list-style: decimal;
	list-style-type: decimal;
	}

#content #articleText ol p {
	font-size: 1em;
	line-height: 1.3em;
	}