<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; color:yellow; font-weight: bold}
a:link, a:visited  {text-decoration: none; color:yellow; font-weight: bold}
a:active           {color: red; background-color: yellow;
                    text-decoration: underline;}
a:hover            {color: red; background-color: yellow; 
                    text-decoration: underline;}
div.poplink{
    text-align: left;
    font-size: small;
}
div.download {
    text-align: right;
    font-size: small;
}
</pre></body></html>