body {
	margin: 0em;
	padding: 0.75em 20%;
	font-family: sans-serif;
	line-height: 1.5;
}
p, ul, ol {
	margin: 0.75em 0em;
}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	margin-top: 0.75em;
	margin-bottom: 0.375em;
}
h2 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 0.75em;
}
@media print {
	body {
		padding: 0em;
	}
}
@media (max-width: 640px) {
	body {
		padding: 0.75em;
	}
}