body {
	margin: 1em auto;
	max-width: 40em;
	font-family: palatino, serif;
}
#heading p {text-align: center;}
#introduction {
	font-family: arial, sans-serif;
	color: #555;
	margin: 1em;
}
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;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
	font-weight: bold;
}
p, li {
	margin: 0.5em 0;
	font-size: 1em;
	line-height: 1.5;
	text-align: justify;
	clear: both;
}
ul {
margin-left: 1em;
list-style: disc;
}
.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";}
