<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;!--
 
 .centred{text-align: center;}
 .lh{text-align: left;}
 .rh{text-align: right;}
 .noline{
	text-decoration: none;}
 .small{
	font-size: 10px;
	color: blue;
	text-decoration: none;}
	.red{
	color: Maroon;
	font-size : 12px;
	text-decoration: none;}
	.bk{
	color: Blue;
	font-size : 12px;
	text-decoration: none;
	background : #FFD700;
	
}

 .small11{
	font-size: 11px;
	color: #696969;
	text-decoration: none;
}
 .green{
	color:Green;
	font-size: 12px;}

.smallred{
	font-size: 10px;
	color: red;
	text-decoration: none;}

 .smallgreen{
	font-size: 10px;
	color: green;
	text-decoration: none;}
	
 BODY, TD {
	color : Teal;
	font-family : Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}
 H1 {
	font-family: Verdana;
	font-size: 20pt;
	color: Blue;
	text-align : center;
}
 
  H2 {
 font-size: 14pt;
 color: gray;
 margin-bottom : 2px;
 }
  H3 {
	font-size: 10px;
	color: Maroon;
	margin-bottom : 2px;
}
 
 H4 {
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	color : Navy;
	text-align : left;
	margin-bottom : 2px;
}
 
 H5 {
	font-size: 12px;
		font-family: Verdana;
	font-variant: normal;
	color : Purple;
	text-align : left;
	margin-bottom : 2px;
}
h6 {
	font-size: 13px;
	font-style : normal;
	color : Gray;
	text-align : left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


P{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	color : Black;
	text-align : left;
	font-size: 14px;
	font-weight : bolder;
}

 A {
	font-size: 12px;
	color: Blue
}


 
 A:Hover {
	text-decoration: underline;
	color: Red;
}
 A:Active {
 text-decoration: underline;
 color: Red;
 }
 
 HR {
 color: blue;
 height: 1pt;
 }
 --&gt;
&lt;/style&gt;
</pre></body></html>