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

.smtable, .smtable TD, .smtable TH {
      	font-family: verdana,arial,helvetica, sans-serif; 
        font-size: 8pt;
        font-weight: bold;
        color: darkgreen; 
}

.TITLE {
      	font-family: verdana,arial,helvetica; 
        font-size: 1.5em;
        font-weight: bold;   
        color: black; 
}

.NORMAL {
	font-family: verdana,arial,helvetica; 
        font-size: 1em;
        font-weight: normal;   
        color: black;
 }

.BOLD {
	font-family: verdana,arial,helvetica; 
        font-size: 1em;
        font-weight: bold;   
        color: black;
 }

.SPECIAL {
       font-family: verdana,arial,helvetica;
       font-size: 1.1em;
       font-weight: bold;
       color: navy;
}

.ERROR {
       font-family: verdana,arial,helvetica;
       font-size: 1.1em;
       font-weight: bold;
       color: red;
}
.INFO {
      font-family: verdana,arial,helvetica;
      font-size: 8pt;
      font-weight: normal; 
      color: gray;
}

A:link {
       color: blue;
       text-decoration: none;
}

A:hover {
	color: red;
}

A:visited {
      color: purple;  
      text-decoration: none;
}
</pre></body></html>