body {
	margin: 0px;
	padding: 24pt;
	background-color: black;
	color: white;
	font-family: 'Lato', sans-serif;
	font-size: 12pt;
	line-height: 150%;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
img.screenshot {
	max-width: 100%;
}
:link {
	color: white;
}
:visited {
	color: white;
}
:hover {
	color: white;
}
p {
	text-align: justify;
}
th {
	text-align: left;
	border: 1px solid white;
	padding: 4px;
}
td {
	border: 1px solid white;
	padding: 4px;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	font-style: italic;
	padding-top: 6pt;
}
emph {
	font-weight: bold;
}
h1 {
	font-size: 36pt;
	text-align: center;
}
h2 {
	font-size: 24pt;
}
h3 {
	font-size: 16pt;
	clear: both;
}
h4 {
	font-size: 12pt;
	clear: both;
}
