<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:link	{color : #000000; text-decoration : none; }
a:visited	{color : #000000; text-decoration : none; }
a:active	{color : #000000; text-decoration : none; }
a:hover	{color : orange; text-decoration : none; }

body{
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;

  color: #000000;
  background-color: #ffffff;
}

div{
  font-family: Century Gothic;
  font-size: 10pt;
}

table{
  font-family: Century Gothic;
  font-size: 10pt;
  color: #000000;
  line-height:120%;
  letter-spacing:2px;
}

.tbl1{
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : #000000 #000000 #000000 #000000;
}</pre></body></html>