<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body {
	font-size: 10pt;
	background-color: #ffffff;
}

h1 {
	color: #0000ff;
	font-size: 14pt;
	text-decoration: underline;
	margin: 0px 0px 5px 0px;
}

a:link {
	color: #0000ff;
}

a:hover {
	color: #0000ff;
}

a:active {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

div#last {
	width: 600px;
	margin: 0px 0px 100px;
	text-align: right;
	border-bottom: solid 1px #cccccc;
}

</pre></body></html>