html, body {
	background-color:#ffffff;
	padding:10;
	margin:0;
	text-align: center;
	font-family:  Georgia, Palatino, Times New Roman;
	color: #222222;
}



p {
	font-size: 70%;
	font-weight:normal;
	text-align:center;
	line-height:1em;
	
}

h1 {
	font-size: 150%;
	font-weight:normal;
	text-align:center;
	line-height:1em;
	
}

