<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font: 5pt arial;
	color: black;
	text-align: left;

	scrollbar-arrow-color: navy;
	scrollbar-base-color: #1136A1;
	scrollbar-dark-shadow-color: navy;
	scrollbar-3dlight-color:grey;
	scrollbar-face-color: #b0c4de;
	scrollbar-highlight-color: blue;
	scrollbar-shadow-color: blue;
	scrollbar-darkshadow-color: purple;

}

table {
	font: 11pt arial;
	color: black;
	text-align: left;

}

a:link {
	color: navy;
	text-decoration: none;
}

a:visited {
	color: navy;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.banner {
	font: 14pt arial;
	color: navy;
	text-alignment: center;
}

.directions {
	font: 10pt arial;
	color: black;
	text-alignment: justify;
}

.stockheading {
	font: 11pt arial;
	color: white;
}

.stockitem {
	font: 10pt arial;
	color: black;
}</pre></body></html>