<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	/* Setup the colors */
	background: #aaaaff;
	color: #222222;
}

#content {
	/* Center the body */
	width: 780px;
	margin-left: auto;
	margin-right: auto;

	background: #ffffff;
	border: 1px solid #222222;

	padding: 10px;
}

h2.title {
	font-size: 30pt;
	text-align: center;
	color: ffaa44;
	letter-spacing: .1em;
	font-family: arial, sans-serif;

	border-right: 10px solid #aaaaff;
	border-left: 10px solid #aaaaff;

	margin-bottom: 0px;
}

h4.subtitle {
	font-size: 15pt;
	text-align: center;
	color: ffcc66;
	letter-spacing: .1em;
	font-family: arial, sans-serif;

	border-right: 10px solid #aaaaff;
	border-left: 10px solid #aaaaff;

	margin-top: 0px;
}
</pre></body></html>