BODY {
	background: white;
	color: black;
	margin-left: 2em;
	margin-right: 15em;
	font-family: "Times New Roman", Times, serif;
}
H1 {
	font: bold 400% "Times New Roman", Times, serif;
}
H2 {
	font: bold 200% "Times New Roman", Times, serif;
}
H3 {
	font: bold 100% "Times New Roman", Times, serif;
	border-left: 1em solid;
	padding-left: 0.4em;
	margin: 0.3em 0;
}
P {
	margin: 0;
	text-align: justify;
}
.toc, .sidenote {
	clear: right;
	float: right;
	width: 14em;
	margin-right: -15em;
	margin-left: 1em;
	font-family: Helvetica, sans-serif;
	margin-bottom: 1.2em;
}
.toc {
	font-weight: bold;
}
.sidenote, .sidenote2 {
	color: #44E;
}
.sidenote P, .sidenote2 P {
	text-align: left;
	font-size: 80%;
}
.smallimg {
	clear: right;
	float: right;
	width: 14em;
	margin-right: -15em;
}
.toc UL {
	margin: 0
}
.toc LI {
	list-style: none;
	padding: 0.1em 0;
	border-bottom: solid thin;
	font-size: 80%;
}
.toc H4 {
	background: #44E;
	color: white;
	padding: 0.1em 1em;
	font: bold 100% Helvetica, sans-serif;
}
