#body-content {
	padding: 0 20px;
}

h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
	padding: 20px 0 5px 0;
}

.section {
	padding: 20px;
	line-height: 1.0em;
	width: 600px;
}
.section.highlight {
	background-color: #F3F3F3;
}

.section p {
	font-size: 1.2em;
}
.section li {
	padding-bottom: 7px;
	line-height: 1.2em;
}
.section ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.section ul {
	list-style-type: disc;
	list-style-position: inside;
}
.section li li {
	margin-left: 15px;
}
