body { 
  background-color: white;
  margin:0;
  padding:125px 0 20px 0;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:10.42em;
  z-index: 1;
 }
 div#content{
  margin-left:2.5%;
  margin-right:2.5%;
  z-index: 100;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:20px;
  background-color: lightseagreen;
  z-index: 1;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
h1,h2,h3,h4,h5,h6 {
font-family: Georgia;
color: lightseagreen;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.17em; }  
h4 { font-size: 1.12em; } 
h5 { font-size: .83em; }
h6 { font-size: .75em; }
hr { color: lightblue; }
a.hyperlink, a.hyperlink :link, :visited :hover :active {
font-family: Georgia;
color: lightseagreen;
font-size: 1.17em;
font-weight: bold;
text-decoration: none;
}
p
{
text-align: justify;
text-indent: 2.5%;
color: black;
font-family: Georgia;
font-size: 1em;
}
div#content ul { list-style-type: square; }
div#content ul li { color:#74919B; }
div#content ul li span, a, a :link, :visited :hover :active
{
color:black;
font-family: Georgia;
font-size:1em;
text-decoration: none;
}