H1, H2, H3 { color: #525c34; }
A:link     { color: #fffab6; }
A:visited  { color: #d6e105; }
A:hover    { color: #f9ae19; }

BODY { 
 height:        8.5in;         /* Required for percentage heights below */
 background:    #8fa05a;
 font-size:     14pt;
} 
#header {
  position: fixed;
  width: 100%;
  height: 15%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}
#sidebar {
  position: fixed;
  width: 10em;
  height: auto;
  top: 15%;
  right: auto;
  bottom: 100px;
  left: 0;
  margin-top: 3%;
}
#main {
  position: fixed;
  width: auto;
  height: auto;
  top: 15%;
  right: 0;
  bottom: 100px;
  left: 10em;
  margin-left: 3em;
}
#footer {
  position: fixed;
  width: 100%;
  height: 100px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}


