body {
  background: #ffffea;
  margin-left: 6%;
  margin-right: 4%;
  margin-top: 20px;
  margin-bottom: 80px;
}

p, li, td {
  font-family: Verdana, sans-serif;
  font-size: 80%;
  color: #202020;
  line-height: 120%;
}

li li {
  font-size: 100%;
/* I hope this means "100% of parent" */
}

h1, h2, h3, h4, h5, h5, h6 {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: #080808;
}

h1 {font-size: 120%}

h2 {font-size: 114%}

h3 {font-size: 108%}

h4 {font-size: 102%}

h5 {font-size: 96%}

h6 {font-size: 90%}
