
body {
  background-color: white;
  font-family: Times New Roman, serif;
}

#body {
  width: 100%;
  position: static;
}

/* ------------ Menu ------------- */
#menu {
   visibility: hidden;
   display: none;
   width: 0px;
   position: absolute;
   top: -1000px;
   left: -1000px;
}

/* -------------- Controls ---------*/
#controls {
   visibility: hidden;
   display: none;
   width: 0px;
   position: absolute;
   top: -1000px;
   left: -1000px;
}

/* -------------- Content ------------- */
#content {
  font-size: 12pt;
  color: #222222;
  width: 100%;
  position: static;
  border: none;
  padding: 1em 1em 1em 1em;
}

#content A:link {text-decoration: underline; color: black;}
#content A:visited {text-decoration: underline; color: black;}
#content A:active {text-decoration: underline; color: black;}
#content A:hover {text-decoration: underline; color: black;}

#content H1 { color: black; font-size: 20pt; }
#content H2 { color: black; font-size: 17pt; }
#content H3 { color: black; font-size: 14pt; }


