/*
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('Lora/Lora-Regular.ttf') format('truetype');
}
*/
a {
	color: black;
	text-decoration: none;
}
body {
	width: 100%;
	margin: 7% auto;
	padding: 0 7%;
	/** /
	font-family: Lora, serif;
	/**/
	font-family: serif;
	/**/
	max-width: 50em;
	box-sizing: border-box;
	font-size: 99%;
	line-height: 1.25;
}
h1, h2 {
	text-align: center;
}
h2 {
	margin-top: 2em;
}
hr {
	display: none;
	border: none;
	border-top: 1px solid #ddc;
}
ul {
	padding-left: 2.5em;
}
div.section {
	margin-left: 2.5em;
}
span.date {
	font-weight: bold;
}
br.pagebreak {
	display: none;
}
@media print {
	br.pagebreak {
		display: inline;
	}
}
