* { box-sizing:border-box; }

body {
	margin:0 auto;
	padding:0;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

input,
input:hover,
input:focus,
input:active,
button:hover,
button:focus,
button:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select,
select:hover,
select:focus,
select:active {
	outline:none;
}

h1,h2,h3,h4,h5,h6,
p,
a {
	margin:0;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration:none;
}