html,
body,
a,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font: inherit;
	font-size: 100%;
	text-align: left;
	line-height: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
body {
	background: white;
	line-height: 1;
	color: black;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing:border-box;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form label,
form button {
	cursor: pointer;
}
img {
	vertical-align: bottom;
	border: none;
	max-width:100%;
	height:auto;
}
video {
	border: none;
	max-width:100%;
	height:auto;
}
iframe{
	border: none;
}
blockquote,
q {
	quotes: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
input, 
button, 
textarea, 
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{
	resize: none;
}
input:focus, 
button:focus, 
textarea:focus, 
select:focus {
	outline: none;
}

