<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">H2
   {
   color:red;
   font-size:20pt;
   font-family:sans-serif;
   }
H3
   {
   color:blue;
   font-size:15pt;
   font-family:sans-serif;
   }
strong
   {
   color:red;
   font-size:12pt;
   font-style:bold;
   }
TH
   {
   color:blue;
   font-family:sans-serif;
   }
TD
   {
   font-style:bold;
   }
TABLE
   {
   CELLPADDING:6;
   bordercolor:red;
   }
</pre></body></html>