* {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
img {
	display: block;
}
ul,
ol {
	list-style: none;
}

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.silent {
	display: none;
}

a#skipper {
	display: none;
}


body {
	background-color: #fff;
	font-family: museo-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: 300;
	font-style: normal;
	-webkit-text-size-adjust: none;
}

