* {
    font-family: Verdana, sans-serif;
  }

  html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
  }

  body {
    line-height: 1.2em;
    font-size: 1em;
  }

  strong {
    font-size: 1em;
  }

  hr {
    margin-top: 1em;
    border-color: #58585A;
    border-width: 0 0 1px 0;
  }

  h1, h2, h3, h4, strong {
    color: #58585A;
  }

  a {
    text-decoration: none;
    color: #0070C0;
    outline: 0;
  }

  a:hover {
    text-decoration: underline;
  }

  a:visited {
    color: #38488f;
  }

  .lighter {
    font-size: 0.9em;
  }

  .smaller {
    font-size: 0.8em;
  }

  main {
    line-height: 1.4rem;
    /* margin: 2rem; */
    min-width: 40rem;
    min-height: 40rem;
  }

  main h1 {
    font-size: 1.3em;
  }

  main h2 {
    font-size: 1.1em;
  }

  main h3 {
    font-size: 1em;
  }

  main p, main li, main table, main dt, main dd {
    font-size: 0.9em;
  }

  main p {
    max-width: 45em;
    text-align: justify;
  }