* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

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

nav ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code {
	font-size: 1em;
}

address {
	font-style: normal;
}
