body {
	padding: 0;
	font-family: Helvetia, sans-serif;
	font-size: 12pt;
}
#page {
	max-width: 12cm;
	padding: 0 1em;
}
#essay {
	padding: 1em 0 10em 0;
}
#bibliography {
	padding-bottom: 5em;
}
#bibliography ol {
	list-style: none;
	text-indent: -2em;
	padding-left: 4em;
}
#bibliography li {
	padding: .5em 0;
}

#contents {
	position: fixed;
	top: 0;
	left: 12cm;
	margin-left: 2em;
	list-style: none;
	font-size: 8pt;
}
#contents li {
	border-bottom: solid 1px #DDD;
}
#contents li:first-child {
	border-top: solid 1px #DDD;
}
#contents > li > a {
	background-color: #FAFAFA;
}
#contents li > ol {
	list-style: none;
	padding: 0;
}
#contents li > ol li a {
	padding-left: 2em;
}
#contents li > ol li:last-child {
	border-bottom: none;
}
#contents a {
	display: block;
	padding: .5em;
	text-decoration: none;
	color: #000;
}
#contents a:hover {
	background-color: #EEE;
}

h1, h2, h3 {
	font-family: Georgia, serif;
}
h1 {
	text-align: center;
	font-size: 130%;
}
h2, h3 {
	font-size: 100%;
}

p {
	text-indent: 2em;
}
h1 + p,
blockquote + p,
ol + p {
	text-indent: 0;
}

dl {
	text-align: right;
	font-size: 10pt;
	margin: 0 0 4em 0;
}
dt {
	display: none;
}

a {
	color: #06A;
	text-decoration: underline;
}
a:hover {
	color: #E00;
}
