h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	border-bottom-color: #003300;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	border-left-color: #003300;
	border-left-style: solid;
	border-left-width: 2px;
	padding-top: 0.3em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-left: 1.2em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
li {
	font-size: 1em;
	margin-bottom: .4em;
}
.listsmallalpha {
	list-style-type: lower-alpha;
}
.listsmallroman {
	list-style-type: lower-roman;
}
.bigalpha {
	list-style-type: upper-alpha;
}

