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

.page{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	font-weight: light;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-top: 0.5%;
	max-width: 50em;
	background-color: #FFFFFF;
	padding: 1% 1% 1% 1%;
	border: 1px solid #000000;
}

img.logo{
	vertical-align: middle;
}

.titlebar{
	vertical-align: middle;
	margin-right:5%;
	margin-left:5%;
}

.title{
	color: blue;
	font-size: 180%;
	line-height: 50pt;
	font-style: arial, helvetica, sans-serif;
	font-weight: darker;
}

.qbullet{
	color: red;
	font-size: 150%;
	font-variant: small-caps;
	line-height: 30pt;
	font-style: times, serif;
	text-transform: Capitilize;
}
.abullet{
	color: blue;
	font-size: 150%;
	font-variant: small-caps;
	font-style: times, serif;
	line-height: 30pt;
}
.question{
	color: black;
	font-weight: bold;
	font-style: sans-serif;
	margin-left: 10pt;
}
.answer{
	color: black;
	font-style: sans-serif;
	margin-left: 10pt;
}
pre.code{
	color: black;
	font-style: courier, monospace;
	font-size: 110%;
	margin-left: 20pt;
}
.code{
	color: black:
	font-style: courier, monospace;
	font-size: 100%;
}	
.copyright{
	text-align: center;
	font-style: times, serif;
	font-size: 65%;
	color: #000000;
}
</pre></body></html>