BODY
{
 background: white;
 color: black;
 
 font-family: "Arial", Helvetica, sans-serif;
 font-size: 16px;
 font-weight: normal;
 padding: 0px
}

/* hyperlinks <a></a> */
A:link          {color:#191970; text-decoration: none}
A:visited       {color:#191970; text-decoration: none}
A:active        {color:#191970; text-decoration: none}
A:hover         {color:blue; text-decoration: none}

#header
{
 position: fixed;
 width: auto;
 height: 120px;
 top: 0;
 right: 0;
 bottom: auto;
 left: 0;
 margin: 0;
 padding: 0;
}

#content
{
 position: fixed;
 top: 120px;
 right: 0;
 bottom: 0px;
 left: 0;
 width: auto;
 height: auto;
 color: black;
 margin: 0;
 padding: 0px 100px;
 overflow: auto;
}

