
body {
	/*margin: 50px 50px 50px 50px;*/
	margin: 2% 15% 10%;
	font-family: 'DroidSansRegular', 'Arial', 'sans-serif';
	color: #405d27;
	background-color: #d5e1df;
}

h1, h2 { text-align: center; }

h1 {
	font-size: 2em;
	line-height: 1em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.1em;
}

ol { list-style-type: decimal; }

ol li div { font-weight: bold; }

ol li p { 
	font-size: 1em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 1.35em;
}

ol li ol {
	list-style-type: upper-alpha;
	margin-bottom: 1.75em;
}

ol li ol li { line-height: 1.2em; }
