* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	text-decoration: none;
}
body {
	font-family: "Goudy Old Style",Georgia,serif;
	line-height: 1.6;
	background: #fff;
	color: #333;
	margin: 2em;
}
h1 {
	text-align: center;
	font-size: 2.4em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: .5em;
}
h2 {
	font-size: 1.8em;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
h3,a[rel="next"] {
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h4 {
	font-size: 1.2em;
}
a {
	color: #900;
}
li li {
	margin-left: 1.5em;
}
p+p {
	text-indent: 1.5em;
}
blockquote {
	font-style: italic;
	font-family: Georgia,serif;
	padding: 1em;
}
img {
	margin: 0 1em 1em;
}
hr {
	clear: both;
}
strong {
	font-weight: bold;
}
.attribution {
	text-align: right;
}
