<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style type="text/css"&gt; 
 &lt;!--
 P{
 font-family: sans-serif;
 font-size : 12px;
 font-style : normal;
 color : gray;
 text-align : left;
 }
 .centred{text-align: center;}
 .lh{text-align: left;}
 .rh{text-align: right;}
 .grey{ color:gray; font-size: 12px;}
 .red{ color:red;font-size:12px;
 
 
 BODY, TD {
	font-family : Arial, sans-serif;
	font-size: 16px;
	color: gray;
	text-align: left;
	line-height: 20px;
}
 
  H2 {
	font-size: 12pt;
	color: Green;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
  H3 {
 font-size: 13pt;
 color: #7FFFD4;
 }
 
 H4 {
  font-size: small;
 font-variant: small-caps;
 font-weight: bold;
 color : black;
 }
 
 A {
 font-size: 12px;
 font-family :  Arial, sans-serif;
 text-decoration: none;
 color: gray;
 
 }
 
 A:Hover {
 text-decoration: underline;
 color: #32CD32;
 }
 A:Active {
 text-decoration: underline;
 color: Red;
 }
 
 HR {
 color: blue;
 height: 1pt;
 }
 --&gt;
&lt;/style&gt;
</pre></body></html>