@import url(reset.css);
body {
	padding-bottom: 1em;
}
h1 {
	margin: .2em 0 -.1em .5em;
	font: 8em Palatino, Palatino Linotype, Hoefler Text, Times, Times New Roman, serif;
}
p, li {
	width: 48em;
	font: 1em/1.5em Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	text-align: justify;
}
p {
	margin: 0 0 1em 6em;
}
ol {
	margin: 0 0 1.25em .75em;
	
}
li {
	width: 46em;
	margin: 0 0 1.5em 6em;
}
a {
	color: #333;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:visited:after {
	content: "\00A0\221A";
	font-size: 75%;
}
.sidebar {
	position: relative;
	left: 44em;
	width: 18em;
	height: 0;
	overflow: visible;
}
.pullquote {
	font-size: larger;
	font-style: italic;
}
