body {
	margin: 5em;
	width: 40em;
	background-color: rgb(225, 230, 235);
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia;
	padding: 0em;
	margin: 0em 0em 1li 0em;
	text-align: center;
}

h1 { font-size: 3em; }
h3 { font-size: 1.5em; }

blockquote {
	margin: 1em 0em 0em 2em;
}

#intro {
	width: 100%;
	text-align: center;
}

.attr {
	font-style: italic;
	width: 100%;
	text-align: right;
	margin-top: -1.5em;
}

.attr:before {
	content: '– ';
}

p { margin: 0em; }

p + p {
	text-indent: 1.5em;
}

hr {
	border: none;
	border-top: 1px dotted black;
	margin: 0em 0 1.5em 0;
}

sup, sub {
	line-height: 0px;
}

.section {
/*	border-top: 1px dotted gray; */
	padding-top: 1.5em;
}