body {
  background-color: white;
}

/* unvisited link */
a:link {
  color: #006ED6;
}

/* visited link */
a:visited {
  color: #006ED6;
}

/* mouse over link */
a:hover {
  color: #006ED6;
}

/* selected link */
a:active {
  color: #006ED6;
}

h1 {
  color: black;
  font-family: arial;
  font-size: 36px;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%; 
}

h2 {
  color: black;
  font-family: arial;
  font-size: 33px;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}

h3 {
  color: black;
  font-family: arial;
  font-size: 30px;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}

p {
  font-family: arial;
  font-size: 27px;
  color: black;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%; 
}

div.list {
  text-align: left;
  margin-left: 7%;
}

ul {
  list-style: square;
  color: black;
  list-style-position: inside;
  font-family: arial;
  font-size: 30px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
}

.centerpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 99%;
}