<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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	color : Navy;
	text-align : left;
}
 .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;
}
	.lite{
	color:white;
	}
.big{
font-size: 16px;
font-weight: bold;
color:red;

}

 .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 :#696969;
 font-family :  Arial, sans-serif;
 font-size: 12px;
 text-align: left;
 }
 H1 {
 	color: #00ffff;
 	background-color: #6633FF;
	background-position: center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	letter-spacing : normal;

	
}
	.white {
	background: White;
	background-position : center;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
	font-weight : bold;
	letter-spacing : normal;
	color : #8000FF;
}

 
  H2 {
	font-size: 14px;
	color: Navy;
	text-align : center;
}
  H3 {
	font-size: 12px;
	color: Maroon;
	margin-bottom : 2px;
	text-align : left;
}
 
 H4 {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	color : Fuchsia;
	text-align : left;
	margin-bottom : 2px;
}
 
 A {
	font-size: 12px;
	color: Blue;
}


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