body {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
}

.ul-header {
  text-align: center;
}

.li-highlights {
  font-size: 14pt;
  font-family: Arial, Helvetica, sans-serif;
  list-style: disclosure-closed;
  list-style-position: inside;

}

#titleheader {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 50pt;
  font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#main {
  padding: 0 60px 0 60px;
  margin-bottom: 50px;
  font-family: Arial;
}

.header {
  text-align: center;
  font-family: Helvetica;
}

.text-body {
  text-align: center;
}

a {
  color:rgb(133, 255, 255);
  text-decoration: none;
}

a:hover {
  color: white;
}