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: left;
        padding-right: 4px;
        padding-left: 4px;
      }
      p {
        text-align: justify;
      }