<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY { 
	font-family: gill, helvetica, arial, sans-serif;

	background-color: white;
	color: darkblue;
}

TD, TR, TABLE { 
	font-family: gill, helvetica, arial, sans-serif; 
	color: darkblue;
/*	border: 1px solid; */
}

B {
	font-weight: bold;
	color: blue;
}

I {
	color: darkblue;
}

A {
	text-decoration: underline;
}

A:hover 
{
	text-decoration: none;
	background-color: lightgrey;
}

A:active {
	color: yellow;
}

A:link {
	color: darkblue;
}

A:visited {
	color: darkblue;
}

SELECT, OPTION {
	background-color: white;
	color: darkblue;
}
</pre></body></html>