* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a, a:link, a:visited {
	color: inherit;
	text-decoration: inherit;
}

a:hover {
	text-decoration: inherit;
}

a img {
	outline: none;
	border: none;
}