div.article {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 10px;
}
div.article h1 {
	font-size: 1.5em;
	color: #73291A;
	margin-bottom: 0em;
}
div.article h2 {
	font-size: 1.3em;
	color: #1D2C51;
	margin-left: 25px;
	margin-top: .1em;
}
div.article h1 + p, div.article h2 + p {
	margin-top: .5em;
}
div.article p {
	margin-left: 25px;
}
div.article ol li {
	margin-left: 20px;
	list-style-type: upper-alpha;
	margin-bottom: .4em;
}
div.article ol li ol li {
	list-style-type: decimal;
	font-size: 0.8em;
	margin-left: -10px;
	margin-top: .1em;
	margin-bottom: 0em;
	line-height: 1.3em;
}
