@charset "utf-8";

html, body, header, footer, nav, section, ul, li, div, p {
	font-family: Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

body {
	line-height: 1.0;
	-webkit-text-size-adjust: none;
}

header, footer, nav, section {
	display: block;
}

ul {
	list-style: none;
}