body {
	margin-left: 1.5em;
	margin-right: 1.5em;
	max-width: 80em;
	font-family: Cambria, serif;
}
h1, h2, h3, h4 {
	text-align: center;
}
a:link, a:visited {
	color: blue;
	text-decoration: none;
}
#header {
	border-style: solid;
	border-width: 1px;
	padding: 2ex;
}
div.comment {
	margin-bottom: 2em;
}
div.comment p, p.comment {
	font-style: italic;
	text-align: left;
}
span:lang(got) {
	font-style: normal;
}
span:lang(grc) {
	font-style: normal;
	font-family: Cambria, "Palatino Linotype", serif;
}
.section-number {
	font-style: normal;
}
.siglum {
	font-style: normal;
}
.overline {
	text-decoration: overline;
}
.center {
	text-align: center;
}
mark {
	background-color: inherit;
	letter-spacing: 0.15rem;
}
div.apparatus {
	border-top: 1px solid black;
	margin-top: 1em;
	margin-bottom: 3em;
}
div.apparatus p {
	font-style: italic;
}
div.footnotes {
	border-top: 1px solid black;
	margin-top: 3em;
}
footer {
	margin-top: 4em;
	border-top: 1px solid black;
	font-size: 10pt;
}