@page {
	margin: 20%;
}

@font-face {
	font-family: "Basteleur Bold";
	src:
		local("Basteleur"),
		url("basteleur-bold.woff") format("woff");
}

a::after {
	content: " <"attr(href)">";
}

body {
	font-family: serif;
	font-size: 14pt;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Basteleur Bold";
}

h1 {
	font-size: 30pt;
	text-align: center;
}

footer {
	font-size: 10pt;
	text-align: center;
}
