<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H1 { 
font-family: Arial, Helvetica, sans-serif; 
font-style: normal; 
font-size: 16pt; 
color:rgb(10,10,50); 
text-align: left;
margin-top : 10px;
margin-bottom : 15px;
 text-decoration : none;
  background-color : #FFFFCC;
  line-height : 25px;
  }

H2 { 
font-family:Arial,sans-serif; 
font-style:normal; 
font-size: 13pt; 
color:rgb(10,10,50); 
text-align: left;
margin-top : 10px;
margin-bottom : 2px;
border-bottom : 1px none #191970;
}

P { 
font-family:Arial,sans-serif; 
font-style:normal; 
font-size: 10pt; 
color:rgb(10,10,50); 
text-align: left; 
text-indent: 0pt;
line-height:15pt;
 margin-bottom : 10px;
 margin-top : 2px;
}

A{
color: #483D8B; 
text-decoration : underline;
 font-style : normal;
 font-weight : bold;
 font-family : Arial, Helvetica, sans-serif;
 background-color : #F0FFFF;
 }
 
A:Hover {
color: Black;
 background-color : #00BFFF;
}
</pre></body></html>