<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, H4, TD, TR, UL, OL, LI, INPUT, SELECT, DL, DD, DT, FONT {
    font-family: Verdana, Arial, Helvetica,sans-serif;
    font-size: 8pt;       
    }
BODY { margin:10px;
     }
B { font-weight : bold; 
   }
A:link, A:visited, A:active { text-decoration: none;
                            }
A:link { color: blue;
       }
A:visited {color: blue;
          }
A:hover { color: #000000; background-color: #FFFF00;
        }
H1 { font-size: 14pt;
     font-weight: bold;
   }
H2 {font-size: 12pt;
    font-weight: bold;
   }
H3 {font-size: 11pt;
    font-weight: bold;
   }
   
pre, pre.de { display: block;
	   border: 1px dashed #888888;
           background-color: #eeeeee;
           margin-top: 10;
           margin-bottom: 10;
           padding: 6 }
</pre></body></html>