<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY, TD {
	background-color: #D2B48C;
	font-family : sans-serif ;
	font-size : small;}
 
A {
	color: blue;
	background-color :  transparent;}

A:Hover {
	color: red;
	background-color :  transparent;}

 H2 { 
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px;
	width: 100%;
	font-size : large;}

H1 	{ background-color: black;
	color: white; 
	padding: 2px;
	width: 100%;
	font-size : small;
	font-variant :  normal;}

</pre></body></html>