<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 : 14px;
 font-style : normal;
 color : Black;
 text-align : center;
 }
 .centred{text-align: center;}
 .lh{text-align: left;}
 .rh{text-align: right;}
 
 BODY, TD {
 color : white;
 font-family :  Arial, sans-serif;
 font-size: 12px;
 text-align: left;
 }
 
  H2 {
 font-size: 14pt;
 color: green;
 }
  H3 {
 font-size: 13pt;
 color: #7FFFD4;
 }
 
 H4 {
  font-size: small;
 font-variant: small-caps;
 font-weight: bold;
 color : white;
 }
 
 A {
 font-size: 16px;
 text-decoration: none;
 color: yellow;
 
 }
 
 A:Hover {
 text-decoration: underline;
 color: green;
 }
 A:Active {
 text-decoration: underline;
 color: Red;
 }
 
 HR {
 color: blue;
 height: 1pt;
 }
 LI {
 color: yellow;
 height:12px;
 }
 --&gt;
&lt;/style&gt;
</pre></body></html>