html, body {
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-size: 8pt;
  text-align: justify;
}
p, ul, li, td {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  text-align: justify;
}
h1 {
  font-size: 18pt;
  font-weight: 400;
}
h2 {
  font-size: 14pt;
  font-weight: 400;
}
h3 {
  font-size: 12pt;
  font-weight: 400;
}
h4 {
  font-size: 10pt;
  vertical-align: middle;
  font-weight: 400;
}
h5 {
  font-size: 7pt;
  font-weight: 200;
}
h6 {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
  font-weight: 400;
  text-align: left;
}
a:link {
  text-decoration: none;
  color: white;
}
a:visited {
  text-decoration: none;
  color: white;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
  color: #f693f6;
}
html {
  margin-left: auto;
  margin-right: auto;
}
body {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
