html {
	background: #DFDFDF;
}
@media print, {
	html {
		background: #fff;
	}
}
body {
	background: #fff;
	color: #333;
	font: 80% "Times New Roman", Times, "Liberation Serif", FreeSerif, serif;
	margin: 2em auto;
	padding: 0 2em;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	max-width: 700px;
}
h1 {
	clear: both;
	color: #666;
	font: 3.2em Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
	line-height:1em;
	padding-top: -0.5em;
}
h2 {
	font-size: 2em;
	padding: .5em 0 .4em;
	border-bottom: 1px solid #dadada;
}
h3 {
	font-size: 1.2em;
	line-height:0;
}
h1, h2, h3 {text-align:center;}
p {
	padding-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.5em;
}
