html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
img,
span,
em,
p,
pre,
form,
fieldset,
legend,
label,
input,
textarea,
table,
thead,
tfoot,
tbody,
tr,
th,
td
{
	margin:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	font:inherit;
	border:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html
{
	color:#000;
	background:#FFF;
}
body
{
	line-height:1;
}
a
{
	text-decoration:none;
}
ol,ul
{
	list-style:none;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}