body {
	margin: 1em auto;
	max-width: 60em;
	font-family: palatino, serif;
}
#heading p {text-align: center;}
h1 {
	margin: 0.5em 0;
	font-size: 2em;
	line-height: 1.3;
	font-weight: bold;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	line-height: 1.3;
	font-weight: bold;
}
p {
	margin: 0.5em 0;
	font-size: 1em;
	line-height: 1.5;
	text-align: justify;
	clear: both;
}
.author{
	font-style: italic;
	text-align: right;
}
.latin,
.english {
	width: 47%;
}
.latin {
	float: left;
	font-style: italic;
	clear: both;
}
.english {
	float: right;
	clear: none;
}
h1.english {text-align: right;}
em {font-style: italic;}
q::before {content: "\2018";}
q::after {content: "\2019";}
