body {
  color: white;
  background: mediumslateblue;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: sans-serif;
  font-size: 12pt;
}

A:link    { color: lavenderblush; }    /* unvisited links */
A:visited { color: indigo; }   /* visited links   */
A:hover   { color: khaki; } /* user hovers     */
A:active  { color: lightskyblue; }   /* active links    */

img {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 3px solid white;
}

H1 {
  clear: both;
  text-align: center;
}

H2 {
  clear: both;
  margin-left: -5%;
}

H2.center {
  clear: both;
  text-align: center;
}

H3,H4,H5,H6,H7 {
  clear: both;
  margin-left: -2%;
}

p.center {
  text-align: center;
}
