body { 
  color: black;
  background-color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
div#top { 
  position: absolute;
  display: block;
  background-color: white;
  left: 0;
  right: 0;
  height: 120px;
  padding: 15px 5px 0 250px;
  border-bottom: 3px solid red;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.33);
  overflow: hidden;
}
div#hdg { 
  position: absolute;
  top: 135px;
  left: 251px;
  min-width: 250px;
  padding: 40px 20px;
  color: white;
  background-color: #ef3340;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.33);
  overflow: hidden;
}
div#main { 
  position: absolute;
  top: 135px;
  left: 0;
  right: 0;
  bottom: 135px;
  overflow: scroll;
  padding: 20px;
}
div#content { 
  display: inline-block;

}
div#instr{ 
  position: static;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75em;
  background-color: white;
  font-size: 112%;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}
div#ilink{ 
  display: inline-block;
  text-align: left;
  width: 25em;
}
div#foot { 
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  background-color: #ef3340;
  vertical-align: top;
  box-shadow: 0 -10px 7px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
div#ftA { 
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
div#ftE, div#ftL, div#ftM, div#ftR, div.ftS { 
  -webkit-box-ordinal-group: 1;
  -webkit-box-flex: 1;
  z-index: 2;
  float: left;
  padding: 20px 0;
}
div#ftE { 
  max-width: 250px;
  min-width: 0;
  flex: 1 0;
}
div#ftL {
  min-width: 103px;
  margin-left: 20px;
  flex: 103px 0; 
}
div#ftM { 
  min-width: 8em;
  flex: 22em 0;
  padding-left: 1em;
}
div#ftR {
  min-width: 6em;
  flex: 18em 0; 
  padding-left: 1em;
}
div.ftS { 
  min-width: 0;
  max-width: 30px;
  flex: 30px 0;
}
table {
  border-collapse: collapse;
  border: none;
}
th, td { 
  padding: 0 30px 0 0;
  vertical-align: top;
  max-height: 4em;
}
td { 
  min-width: 22em; 
}
img { 
  padding: 0;
  margin: 0;
  border-style: none;
  border: 0;
}
h1, h2 { 
  font-weight: normal;
  padding: 0 0 5px 0;
  margin: 0;
}
h1 { 
  font-size: 200%;
}
h2 { 
  font-size: 125%;
}
a, p { 
  padding: 0;
  margin: 0;
}
a { 
  color: #888;
  text-decoration: none;
}
a:hover { 
  color: #000;
}
a#people { 
  color: white;
}
a#people:hover { 
  color: #ff0;
}
.enh {  
  color: #ff0;
}
.ser { 
  font-family: Georgia, serif;
}
.addr { 
  font-size: 90%;
}
