body {
	width: min(600px, 95%);
	margin: auto;
	font-size: 14pt;
	line-height: 1.6;
	color: #eee;
	background-color: #222;
	font-family: serif;
}

.small {
	font-size: 0.75em;
}

a {
	color: #eee;
	font-style: italic;
	text-decoration: underline;
	text-decoration-color: #7fb;
}

hr {
	width: 75%;
	margin: auto;
}

h1 {
	text-align: center;
	font-size: 3em;
	line-height: 1;
}
h2 {
	font-size: 2em;
}
table {
	width: 100%;
	margin: auto;
}
table, td, tr, th {
	border: 0;
}
