


.clear {
	clear: both;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

p1 {
	font-size: 12px;
	color:white;
}

a{
	color: white;
}

 body{
  margin:0;
  padding:0 0 <length> 0;
  font-family: Helvetica;
  font-size: 12px;
 }

#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  font-weight: normal;
  color:white;
  height:<length>;
  z-index: 5;
  padding-left: 60px;
  padding-top: 6px;
  padding-bottom: 16px;
 }

 @media screen{
  body>div#footer{
   position: fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 

