html, body {
/*  height: 100%; */
}

body {
  background-color: #FFF;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: medium;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding: 0;
  margin: 10px;
}

h1 {
  font-size: 140%;
  color: #963;
}

h2 {
  font-size: 120%;
  color: #963;
}

#relatedContent {
  margin-top: 30px;
}

#relatedContent h1 {
  font-size: 110%;
}

p#lastUpdated {
  margin-top: 30px; 
}


