html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgb(255, 255, 255);
}

div, article, header, footer, nav, section, figure, aside, form {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	list-style: none;
}

p, h1, h2, h3, h4, ol, ul, li, input, textarea, table, td, th, fieldset, blockquote {
	margin: 0;
	padding: 0;
	font-size: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 0;
	border: none;
	outline: none;
	text-align: left;
	vertical-align: top;
	resize: none;
}

a, input, textarea {
	outline: none;
	-webkit-tap-highlight-color: rgb(255, 255, 255);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgb(255, 255, 255);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: rgb(255, 255, 255);
	-ms-tap-highlight-color: rgba(0, 0, 0, 0);
	-o-tap-highlight-color: rgb(255, 255, 255);
	-o-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgb(255, 255, 255);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
	list-style-type: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
}

input {
	margin: 0;
	padding: 0;
}