<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body,p, h1, h2, h3 {
   background : #6699ff;
   color : black;
   margin : 20px;
   padding : 0;
   font-family:  verdana, arial, helvetica, sans-serif; 
        }


b, strong {
   font-weight : bold; 
        }

a:visited {
   color  : #000099;
   font-weight : bold; 
   text-decoration : none; 
        }

a:link {
   color : #0000cc;
   font-weight : bold; 
   background-color: transparent;
        }

a:hover {
   color : #cc99cc;
   text-decoration : underline; 
   background-color: transparent;
        }

a:active {
   color : #cc99cc;
   font-weight : bold; 
   text-decoration : none; 
   background-color: transparent;
        }

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