body{
  background-color:white;
  font-family:arial,helvetica,clean,sans-serif;
  font-size:13px;
	line-height:1.231;

}
h2{
  font-family:georgia,serif;
	font-size:12px;
	color:#807970;
	margin:1em 0;
	font-weight:normal;
	color:#4B4740;
  font-size:130%;  
  text-align:center;
}
#logo{
	position: absolute;   
	left: 50%;
	top: 15%;   
	width: 400px;   
	margin-left: -200px; /*half the width of the div*/
}

p{
  text-align:center;
   color:#69645C;
}
a{
  text-decoration:none;
  font-size:15px;
       
}
a:hover{
  cursor: hand;
  border-bottom:1px dotted #BBB28E;
  top:1px;
}