<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        A {
          font-family: Arial; 
          text-decoration: none;
          } 

        A:link { 
          color: #bfbf00; 
          text-decoration: none;
          font-weight: bold;  
          } 

        A:visited {
          color: #dfdf00; 
          text-decoration: none;
          font-weight: bold;   
          } 

        A:active {
          color: #bfbf00;
          } 

        A:hover {
          color: #66CC00;
          text-decoration: underline; 
          font-weight: bold;    
          }


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