<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: red;
  padding-right: 10em;
  padding-left: 10em;
  padding-top: 0em;
  padding-bottom: 5em;
  background-color: black;
}

.themaindiv {
  width: 85%;
  background-color: black;
  border-bottom: solid #000000 0px;
  text-align: center;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: red;
}

td {
  padding: 0 0 0px 30px;
}

a:link {
  text-decoration: none;
  color: red;
}

a:visited {
  text-decoration: none;
  color: red;
}

a:hover {
  text-decoration: none;
  color: white;
}

a:active {
  text-decoration: none;
  color: white;
}
</pre></body></html>