<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> Body {
 	background: white;
	background-image: none;
	color: black;
 }

a                  {text-decoration: underline; font-weight: bold}
a:link, a:visited  {text-decoration: underline; font-weight: bold}
a:active           {color: red; background-color: yellow;
                    text-decoration: underline;}
a:hover            {color: red; background-color: yellow; 
                    text-decoration: underline;}


ul.none { list-style-position: outside; list-style-image: url("/images/blank.gif");  }
li { margin-top: 1ex; }

div.notprint {display: none;}
div.printonly{display: inline;}

div.head {
 color: black;
 text-align: center;
}

div.content {
 margin: 0em 0em 0ex 0ex;
 padding: 0em 0em 0ex 0ex; 
 color: black;
 text-align: justify;
 background-color: white;
 background-image: none;
 border: none;
}

div.content_nopads {
 margin: 0em 0em 0ex 0ex;
 padding: 0em 0em 0ex 0ex; 
 color: black;
 text-align: justify;
 background-color: white;
 background-image: none;
 border: none;
}


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