<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {color:black;
      background-color:#fff99d;
      font-family:arial,helvetica,sans-serif;}

h1  {color:red;
    background-color:transparent;
    font-style:italic;
    text-align:center;
    font-family:"Times New Roman", serif;
    }

h2 {text-align:center;
    font-style:italic;
    font-family:"Times New Roman", serif;
    color:red;
    background-color:transparent;
    }

h3 {text-align:center;
    font-style:normal;
    font-family:arial,helvetica,sans-serif;
    color:black;
    background-color:transparent;
    }

hr.thirty {display:block;
          border-style:solid;
          border:1px;
          border-color:#a52a2a;
          width:30%;}

hr.sixty {display:block;
          border-style:solid;
          border:1px;
          border-color:#a52a2a;
          width:60%;}

p.usualp{text-indent: 2em;
         margin-left:10%;
         margin-right:10%;
         line-height:1.4em;}

p.centered{text-align:center;}

table.tc {width:60%;
       margin-left: auto;
       margin-right:auto;
       color:black;
       background-color:#ddd;
       font-size:small;
       }

table caption{color:red;
    background-color:transparent;
    font-style:italic;
    font-weight:bold;
    text-align:center;
    font-size:2em;
    font-family:"Times New Roman", serif;
    }

table.tfoot {width:70%;
       margin-left: auto;
       margin-right:auto;
       color:black;
       background-color:red;
       }

td {color:black;
    background-color:#ddd;
    text-align:center;
    }

td.boldred {color:red;
    background-color:#ddd;
    text-align:center;
    font-weight:bold;
    }

td.red {color:red;
        background-color:transparent;
        }

th {color:white;
     background-color:red;
     text-align:center;
     }

th a{color:white;
     background-color:red;}
</pre></body></html>