<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style type="text/css"&gt;
&lt;!--
a {
	text-decoration:none;
	color:blue;
}

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

body, td {
	font-family:verdana;
	font-size:12px;
	color:black;
}

input, select  {
	font-family:verdana;
	font-size:11px;
	height:18px;
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-LEFT-COLOR: #dddddd;
	BORDER-BOTTOM-COLOR: #dddddd;
	BORDER-TOP-COLOR: #dddddd;
	BORDER-RIGHT-COLOR: #dddddd;
}
--&gt;
&lt;/style&gt;</pre></body></html>