
BODY {
	background-color: #FDF7BD;
	color: #000000;
	margin: 2%;
	text-align: justify;
}

H1 {
	background-color: #808000;
	border: thin #400040 solid;
	color: #FFFF00;
	font-family: sans-serif;
	font-size: 150%;
	font-weight: bold; 
	margin: 1px;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

H2 {
	background-color: #808000;
	border: thin #400040 solid;
	color: #FFFF00;
	font-family: sans-serif;
	font-size: 120%;
	font-style: oblique;
	font-weight: bold; 
	margin: 1px;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	/*text-indent: 0.5em;*/
}
OL {
	list-style: lower-roman;
	line-height: 150%;
}

UL {
	line-height: 120%;
}

UL.tight {
	line-height: 95%;
}

UL UL {
	padding: 1em;
}

