#main p {
	margin-top: 1em;
}
table#outline {
	border-bottom: 1px solid #aaa;
	border-collapse: collapse;
}
#outline td {
	width: 49%;
}
#outline em {
	color: #000;
	font-weight: bold;
	font-style: normal;
	text-indent: -2em;
	padding-left: 2em;
	display: block;
}
#outline ol {
	text-indent: -2em;
	margin: 0 0 1em 0;
	padding: 0 0 0 3em;
}
#outline p {
	margin: 0 0 1em 1em;
}
p.red {
	color: #f00;
}