body {
  margin: 3%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

h1 {
  text-align: center;
}

.notes {
  font-style: italic;
}

a:link {
  color: #000000;
}

a:hover {
  color: #8c8c8c;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

li {
  padding: 0.5%;
}

img {
  align: center;
}

.section {
  margin-top: 5%;
}

.outer {
  width: 100%;
  text-align: center;
}

.inner {
  width:600px;
  text-align: left;
  display: inline-block;
}

h4 {
  margin-bottom: 0;
}

.img-box {
  text-align: center;
}

.sub-section {
  margin-top: 0.5%;
}
