<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
 Body {
 	background: #000000;
	color: white;
 }


a                  {text-decoration: none; font-weight: bold}
a:link, a:visited  {text-decoration: none; font-weight: bold}
a:active           {color: red; background-color: yellow;
                    text-decoration: underline;}
a:hover            {color: red; background-color: yellow; 
                    text-decoration: underline;}

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