<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">   a  {
   color:	#66ccff;
   }
   
   A.main:link  {
      text-decoration: none; color : #ffffff;
   }
   A.main:visited  {
      text-decoration: none; color : #ffffff;
   }
   A.main:hover  {
      text-decoration: none; color: #ff0000; background: #ffffff; 
   }

a {
   color:#66ccff;
}
a.adss {
   color: #800000;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt;
}
a.adss:link{
   background-color:transparent;
   color: #0000FF; border: 3px double #FFE7C7;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt; font-weight: bold;
}
a.adss:visited{
   background-color:transparent;
   color: #0000FF; border: 3px double #FFE7C7;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt; font-weight: bold;
}
a.adss:hover {
   background-color:#C2FFC2;
   color:#cc0000; border: 3px double #006364;
   FONT-FAMILY: ARIAL,HELVETICA;
   font-size: 10pt; font-weight: bold; 
}


.boxTop {
   color:black; font-family: Times New Roman, Times, Serif, fantasy;
   font-size:17px;
}</pre></body></html>