body {
	font-size:10pt;
	line-height:1.4em;
	font-family:sans-serif;
	width:100%;
	max-width:40em;
	text-align:center;
	margin:auto;
	}
	
body > * {
		padding:0 1em;
	}	

section {
	margin-bottom:3em;
	}

header {
		padding:3em 0 2em 0;
	}
	
h1 {
		font-size:1.5em;
		margin-bottom:0.5em;
	}

img {
	width:100%;
	margin-bottom:2em;
	}

dt {
	margin-bottom:1em;
	} 

a:link {
	color:inherit;
	text-decoration:none;
	}

a:hover {
	color:blue;
	}