<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.na	{ color: gray; background-color: silver; }
.box	{ background-color: #bbe; margin: 5px; padding: 3px; border: solid navy 1px; }
.highlight	{ background-color: #ffa; color: black; font-weight: bold; }
.lowlight	{ background-color: #afa; color: black; font-weight: normal; }
.error	{ background-color: red; color: yellow; font-weight: bold; }

a	{ color: #090; background-color: inherit; vertical-align: inherit; text-decoration: underline; }
a:link	{ color: #090; }
a:visited	{ color: #006; }
a:active, a:hover, a:focus	{ color: red; text-decoration: underline overline; }

body	{ background-color: #eee; color: black; font-family: serif; }
code	{ font-weight: bold; }
div.left    { max-width: 30%; margin: 5px; float: left; clear: left; }
div.right   { max-width: 30%; margin: 5px; float: right; clear: right; }
h1,h2	{ color: navy; text-align: center; }
h3,h4	{ color: navy; }
img	{ margin: 5px; border: solid black 2px; max-width: 99%; }
object	{ margin: 5px; border: solid black 2px; }
table	{ width: 100%; border: solid black 1px; }
th	{ color: white; background-color: navy; }
th a:link	{ color: yellow; }
th a:visited	{ color: orange; }
td	{ vertical-align: top; border: none; padding: 3px; }

input,select { border: solid black 1px; background-color: white; margin: 2px; }
input[type=submit] { color: #090; border: outset #090 3px; }
input[type=text] { font-family: monospace; }
input[type=submit]:focus,input[type=submit]:hover,input[type=submit]:active {
	background-color: orange;
}
textarea { font-family: monospace; }
</pre></body></html>