<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY { background: black;
	color: white;
	 }
TABLE { background: black }
TH { color: white }
TR { color: white }
TD { color: white }
EM { color: white;
     font-family: serif;
     font-style: normal;
     font-size: 100% }

A:link { color: yellow }
A:visited { color: gray }

P.tablenote { color: white;
              margin-left: 10%;
              font-family: serif;
              font-style: normal;
              font-size: 100%;
              font-weight: bold }


#yellowalert { background: yellow;
	color: black }
#redalert { background: red;
	color: black }
#keynames { font-family: serif;
            font-style:  normal;
            font-size:   100%;
            font-weight: bold }
#keyvalues { font-family: serif;
             font-style:  normal;
             font-size:   100% }

.gentext { color: white }
</pre></body></html>