body {
	background-color: #ffffff;
}
.header {
	width: 100%;
	margin: 20pt 0 20pt 0;
	text-align: center;
	line-height: 1.2;
	font-size: 28pt;
	font-variant: small-caps;
	color: black;
}
.header .title {
	font-size: 28pt;
}
.header .subtitle {
	font-size: 20pt;
}
a {
	color: black;
	text-decoration: none;
}
.content {
	text-align: center;
	font-size: 16pt;
}
.content .thing {
	width: 500pt;
	margin: auto;
	margin-top: 20pt;
	margin-bottom: 20pt;
	padding: 5pt;
}
.content .thing .title {
	font-size: 20pt;
	margin-bottom: 5pt;
}
.content .thing .caption {
	font-size: 14pt;
}