body {
  font-family: verdana;
  font-size: 14px;
  color: black;
  background-color: #fffbed;
  margin: 50px;
  padding: 0;
}

p {
  line-height: 21px;
}

h1 {
  font-family: "courier new";
  font-size: 2.5em;
  margin-bottom: 25px;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.25em;
  color: black;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #BAE3E6;
}

h2 {
  font-family: "courier new";
  font-size: 1.5em;
  text-transform: uppercase;
  color: black;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #bae3e6;
}

h3 {
  font-family: "courier new";
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  border-bottom-color: #bae3e6;
}

li {
  line-height: 21px;
}