<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
        background-color: lightgoldenrodyellow;
        font-size: large;
        font-family: Lucida Sans Unicode;
      }
      a {
        color: #0e8c62;
      }
      h1 {
        text-align: center;
      }
      h2 {
        text-align: center;
      }
      h4 {
        text-align: right;
      }
      table {
        margin-left: auto;
        margin-right: auto;
        border: 1px solid;
        border-collapse: collapse;
      }
      th,
      td {
        border: 1px solid;
        text-align: center;
        padding-right: 16px;
        padding-left: 16px;
      }
      p {
        text-indent: 36px;
        text-align: justify;
        font-size: x-large;
      }</pre></body></html>