<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	color: black;
	background-color: white;
	font-family: Tahoma, sans-serif;
	font-size: small;
}

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

a:hover {
	text-decoration: underline;
}

td {
font-family: Tahoma, sans-serif;
	font-size: small;
	border: 1px solid black;
}</pre></body></html>