body {
  color: black;
  font-family: Calibri;
}

h1 {
  font-size: 20pt;
  text-align: center;
  margin-bottom: 18px;
  margin-left: 15px;
  width: 80%;
}

h2 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 15pt;
  width: 80%;
  margin-left: 15px;
}

p {
  font-size: 12pt;
  margin-top: 15px;
  width: 80%;
  margin-left: 15px;
}

hr {
  margin-top: 0px;
  size: 1pt;
  width: 65%;
  position: absolute;
  left: 15px;
}

a:link {
font-family: Calibri;
font-size: 12pt;
font-weight: 500;
text-decoration: none;
color: #003464;
}

a:visited {
font-family:calibri;
font-size:12pt;
font-weight:500;
text-decoration:none;
color:#003464;
background-color:#FFFFFF;
}

a:active {
font-family:calibri;
font-size:12pt;
font-weight:500;
text-decoration:none;
color:#000000;
background-color:#FFFFFF;
}

a:hover {
font-family:calibri;
font-size:12pt;
font-weight:500;
text-decoration:underline;
color:#003464;
background-color:#FFFFFF;
}
