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

body,
html {
	color: #000;
	background: #fff 0 0;
}

code,
input,
li,
p,
pre,
select,
small,
strong,
dd,
dt,
em,
h1,
h2,
h3,
h4,
h5,
h6,
td,
textarea,
th {
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}

li,
ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
}

caption,
th {
	text-align: left;
}

fieldset {
	border: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
	vertical-align: top;
	border: 0;
}

br {
	letter-spacing: 0;
}

a:hover {
	text-decoration: none;
}