body {
	max-width: 30em;
	margin: auto;
	padding: 2em 1em;
	font-family: sans-serif;
	font-size: 15pt;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow-wrap: break-word;
}

pre {
	font-size: calc(30em / 72 / 0.6);
}

a:link {
	text-decoration: none; color: #007F00;
}

a:visited {
	text-decoration: none; color: #6F6F00;
}

a:active {
	text-decoration: none; color: #00FF00;
}

a:hover {
	text-decoration: none; color: #00BF00;
}
