body {
text-align:center;
margin: 0px;
background-color: #eee;
}

.text { 
  font-size : 14px;
  font-family : Georgia, serif;
  color: #0A1A20;
  text-align:left;
  line-height: 25px;
 }

.text2 { 
  font-size : 14px;
  font-family : Georgia, serif;
  color: #0A1A20;
 }

h1 { 
  font-size: 60px; 
  font-weight: normal; 
  font-family: Helvetica, Switzerland; 
  letter-spacing: -6px;
  color: #D97939;
}

h3 {
  margin-top: 0px;
  font-size : 20px;
  font-family : Georgia, serif;
  font-weight : lighter;
  color: #777;
  letter-spacing: 10px;
}

h4 {
  font-size : 17px;
  font-family : Georgia, serif;
  font-style: italic;
  font-weight: lighter;
  color: #777;
  letter-spacing: 6px;
}
     #footer {
           width : 600px;
           height: 50px;
	   margin: 20px auto 20px auto;
           padding : 10px;
           text-align : center;
           font-size : 11px;
           font-family : Trebuchet MS, Trebuchet, sans-serif;
           color : #0A1A20;
           background-color : transparent;
           border-top : 1px solid black;
      }