body {
  background: white;
  font-family: sans-serif;
  color: black;
  margin-left: 6%;
  margin-right:6%;
  width: 55em;
}

.left {
  margin-left: -7%;
  margin-right: -10%;
}

h1 {
  color: #0000A0;
  background: transparent;
  font-weight: bold;
  margin-top: 60px;
}

h2 {
  color: black;
  background: transparent;
  font-weight: bold
}

h3 {
  background: transparent;
  font-weight: bold
}

ul { line-height: 150%; list-style-type: none }

/* p, hr { text-align: left } */

input { background: white; }
select { background: white; }
