* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

html {
	background-color: #fff;
}

body {
	color: #333;
	color: rgba(0, 0, 0, .75);
	font: 13px/20px Georgia, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
