html, body, div, h1, p {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #f0f0f0;
	}

div#centered {
	margin: 50px auto;
	padding: 15px 20px 10px 20px;
	width: 600px;
	background: #fff;
	border: 3px solid #ccd;
	}
	
h1 {
	color: #009;
	font-weight: bold;
	font-size: 30px;
	}
	
p {
	margin: 15px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	}
	
p.footer {
	text-align: center;
	}
	
p.note { font-size: 12px; }
	
strong {
	font-style: normal;
	font-size: 1.1em;
	font-weight: bold;
	}
	
div.adblock {
	margin: 40px 0 15px 0;
	height: 60px;
	text-align: center;
	}