body { 
	margin:0; 
	padding:0;
	font:62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	text-align:center;
	}
	
div,
h1, h2, h3, h4, h5, h6,
p,
ul, ol, li,
blockquote {
	margin:0;
	padding:0;
	}
	
	div.text {
		width:50em;
		padding:2em 0;
		margin:auto;
		text-align:left;
		}
	
		h1, h2, h3, h4, h5, h6 {
			font-family:Georgia, "Times New Roman", Times, serif;
			line-height:1.2;
			}
		
		h1 {
			font-size:3.4em;
			margin-bottom:.8em;
			}
		
		h2 {
			font-size:2.4em;
			padding-bottom:.2em;
			border-bottom:1px solid #333;
			margin-top:1em;
			margin-bottom:.7em;
			}
		
		h3 {
			font-size:1.8em;
			margin-bottom:.7em;
			}
		
		p {
			font-size:1.3em;
			line-height:1.5;
			margin-bottom:1.3em;
			}
		
		ul, ol {
			font-size:1.3em;
			margin:0 0 1.3em 2em;
			}
		
			li {
				margin-bottom:.4em;
				}
			
		blockquote {
			padding-left:1em;
			border-left:3px solid #999;
			margin:2.5em 2em;
			}
			
			blockquote p {
				font:italic 1.2em/1.6 Georgia, "Times New Roman", Times, serif;
				}