/* These styles are the 'base' styles for the whole document */
html, body {
  font-size: .9em
}

#heading {
  color: #777777;
  text-align: center;
  width: 100%;
  border-bottom: 3px solid #999999;
}
#heading H1 {
  padding-top: 0;
  font-size: 1.3em;
}
#heading H2 {
  padding-top: 0;
  font-size: 1.2em;
}

H1 {
  padding-top: 0;
  font-size: 1.2em;
}
H2 {
  padding-top: 0;
  font-size: 1.1em;
}

/* Turn this off.  Can't navigate on paper */
#navigation {
  display: none;
}

#content  {
  color: #000000;
  width: 100%;
}

#copyright {
  font-size: .9em;
  font-style: italic;
  color: #000000;
}
