body {
	background-color: #9b9080;
	color: #000000;
	margin: 0;
	font-family: "Times New Roman", Times, serif;
}

.poem-block {
	display: table;
	margin: 0 auto;
}

table {
	margin: 0 auto;
	width: auto;
}

td {
	vertical-align: top;
	width: auto;
}

tr {
	width: auto;
}

td.speaker {
	padding-right: 2em;
	font-style: italic;
}

.header .author {
	padding: 1.5em 0 1.5em;
}

.header .title {
	font-size: 2em;
}

.header p {
	padding: 0;
	margin: 0;
	text-indent: 0;
}

.header .links {
	text-align: right;
	float: right;
	padding: 1.5em 0 0;
	line-height: 1.3em;
}

.header {
	color: #1e3666;
	border-style: none none solid none;
	background-color: #c9c1b6;
	margin: 0;
	padding: 0 2em;
}

h1, h2, h3, p {
	margin: 0.75em 0 0;
	line-height: 1.3em;
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

.prelim {
	font-style: italic;
	font-size: 0.9em;
}

.prelim .prose {
	width: 25em;
}

.br {
	line-height: 0;
}

.body {
	padding: 3em 5em;
}

.foreign, .emphasis {
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #1e3666;
}

a:visited {
	text-decoration: none;
	color: #142444;
}

a:active {
	color: #325AAA;
}

a:hover {
	text-decoration: underline;
}

ul.index {
	margin: 0;
	padding: 0;
}

ul.index li {
	margin: 0 0 0 4em;
	padding: 0;
	list-style: none;
	text-indent: -2em;
}

.partline {
	float: left;
	height: 2em;
}

.partlineeov {
	float: left;

	height: 2.7em;
}


