body {
          width: 800px;
          margin-left: 80px;
          margin-top: 0px;
          padding: 0px;
          border-style: solid;
          border-color: gray;
          border-width: 0px 1px 0px;          
          }
          
header  {
	 	 width: 700px;
	 	 margin-top: 0px;
	 	 } 

div.main {
          padding-left: 5px;
          padding-right: 5px;
          font-size: 14px;
          color: navy;
          padding-right: 2em;
          }

div.underlayer {
		float: right;
		padding-right: 5px;
		color: navy;
		}

#pageTop {

  position: fixed;
  bottom: 60px;
  right: 380px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #9FD6D2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

div.footer {
        background-color: navy;
        color: white;
        padding: 0px;
        text-align: right;
        font-size: 12px;
        }  

a:link {
		bordr: none;
        text-decoration: none;
        bsckground-color: navy;
         }

a:visited {
         text-decoration: none;
         }

a:hover {
         color: navy;
         bordr: none;
         }

a:active {
         color: yellow;
         }

