html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  margin: 10pt;
  padding-bottom: 10pt;
  background: #ffffff;
  color: #000000;
  font-family: system-ui, -apple-system, -apple-system-font, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12pt;
  font-weight: 400;
}

header {
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  font-size: 14pt;
}

h1 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14pt;
}

h2 {
  font-weight: bold;
  font-size: 14pt;
}

.bold {
  font-weight: bold;
}

.italic_underline {
  font-style: italic;
  text-decoration: underline;
}

.list_decimal {
  list-style: decimal;
}

.list_alpha {
  list-style: lower-alpha;
}
