html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p,
input,
textarea,
select,
option {
	margin:0;
	padding:0;
}

body {
	cursor:default;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

select,
input,
textarea {
	border-radius:0;
}

textarea {
	resize:none;
}

label[for] {
	cursor:pointer;
}

ul,
ol {
	list-style:none;
}

