<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;!--
  
   p, div.p, div#article  { /* FONT CONTROL */
      color:black;
      font-family:Georgia,serif;
      font-size:large;
      text-align:justify;
      letter-spacing:normal;
      line-height:38pt;
   }
      
   /* article-pr.css has an indent */
   div.p, p { 
      text-indent:50px; 
      margin-bottom:18px;
   }
   
   /* the header of the article will still have sans-serif Font */
   div#title, div#subtitle  
   {
      line-height:32px;
   }   
   
   div#copyright, div#article_guide { font-family:Verdana; }   
	
   div#article table { margin-top:30px; }
   
	div.header {
	   font-family:Georgia,serif;
	   font-size:large;
	   color:#C17913; 
	   padding:10px; 
	   text-align:center; 
	   border-bottom:1px #C17913 solid; 
	   margin-top:40px; 
	   margin-bottom:30px;
	}
   
	h2,h3 { font-size:16pt; font-family:Georgia,serif; font-weight:bold; }
	
	p.quote { margin-top:30px; }
	
	.small { font-size:11pt; }

//--&gt;
</pre></body></html>