<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEDD5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	background-color: #003366;
	padding: 3px;
	height: 25px;
	width: 100%;
	margin: 0px;
	font-variant: small-caps;
	color: #FFFFFF;
	top: 0px;
	clip:   rect(0px auto auto auto);
}

p {
	text-align: justify;
	vertical-align: top;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0px auto auto;
	color: #000066;
}
a:link {
	color: #006633;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #9B000C;
	text-decoration: underline;
}
.white {
    color: #FFFFFF;
}
#footer {
	color: #00CC66;
	position: relative;
	width: 100%;
	left: 0px;
	top: 95%;
}
</pre></body></html>