<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
background: linear-gradient( 180deg, gray , #8F8FBD 45%);   /*  light steel blue */
min-height: 100%;
 }
a:link { color: #2200dd; }
a:visited { color: #ffffff; } 
body { color: #000000;  font-family: Georgia, Serif;  } 

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