body {
 background-color: white;
 margin: 10px;
 padding: 0;
 font-size: 1.1em;
 font-family: 'Gill Sans MT', Verdana, sans-serif;
}


h1 {
  color: black;
  font-size: 28px;
  font-family: 'Gill Sans MT', Verdana, sans-serif;
  margin: 10px;
  font-weight: normal;
  text-transform: uppercase;
}


h2 {
  color: 'black';
  font-size: 22px;
  font-family: 'Gill Sans MT', Verdana, sans-serif;
  margin: 10px;
  font-weight: normal;
  text-transform: uppercase;

}

h3 {
  color: black;
  font-size: 18px;
  font-family: 'Gill Sans MT', Verdana, sans-serif;
  font-weight: bold;
  margin: 10px;
}

h4 {
  color: black;
  font-size: 16px;
  font-family: 'Gill Sans MT', Verdana, sans-serif;
  font-weight: bold;
  margin: 10px;
}

h5 {
  color: black;
  font-size: 16px;
  font-family: 'Gill Sans MT', Verdana, sans-serif;
  font-weight: normal;
  margin: 25px;
}

h6 {
  color: black;
  font-size: 14px;
  font-family: 'Gill Sans MT', Tahoma, sans-serif;
  font-weight: normal;
  margin: 0px;
}

h7 {
  color: black;
  font-size: 12px;
  font-family: 'Gill Sans MT', Verdana, sans-serif;
  font-weight: normal;
  margin: 0px;
}

h8 {
  color: black;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  margin: 0px;
}
