#content h4 {
	margin: 1em 0;
	font-weight: bold;
	color: #DA0000;
}
#content ol {
	list-style: decimal;
	margin: 1em 0 1em 1.5em;
}
#content ol ol {
	list-style: lower-alpha;
}
