
html, body {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-kerning: normal;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 24px;
}
header, section, footer {
	max-width: 41em;
}
ul li {
	list-style: none;
}
@media only screen and (min-width:920px) {
	header, section, footer {
		margin-left: 6em;
	}
}
