BODY{
  font-family: verdana;
  background-color: #c7ffd6;
  padding: 1em;
  position: relative;
}

H1, H2, H3, H4{
  color: green;
}


LI{
  	margin-bottom: 0.3em;
}

.FullWidthImage{
  width: 80%;
  margin-left: 10%;
}
  
  

.Box{
  margin-left: 3em;
  margin-right: 3em;
  border: 0.7em outset green;
  padding: 0.7em;
  background-color: yellow;
  margin-bottom: 0.75em;  /* Needed to provide space for footer */
}

.Footer{
  color: blue;
  position: absolute;
  bottom: 0.5em;
  font-size: smaller;
  text-align: center;
  font-style: italic;
  width: 100%;
}

.centered{
  text-align: center;
}

.italic{
    font-style: italic;
}