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;
  vertical-align: middle;
}
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: rgb(0, 0, 0);
}
a:visited {
  text-decoration: none;
  color: rgb(0, 0, 0);
}
a:hover {
  border-left-width: 0px;
  border-left-style: none;
  border-left-color: black;
  text-decoration: underline;
  background-color: rgb(91, 104, 119);
  color: rgb(204, 204, 204);
}
a:active {
  text-decoration: underline;
  background-color: rgb(133, 133, 133);
  color: rgb(204, 204, 204);
}
body {
  float: none;
  margin-top: 0px;
}

