html, body,
p, h1, h2, h3, h4, h5, h6,
a, abbr, address,
b, strong, em, i, dfn,
button,
div,
dl, dt, dd,
form,
iframe,
img,
input,
label,
legend,
object,
ol, ul, li,
span,
table, tbody, thead, tfoot, th, tr, td,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}

html, body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

ol, ul {
	list-style: none;
}

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

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}