* {font-family: Arial, Helvetica, sans-serif;}

html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
p, a, em, img, strong, sub, sup, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background-color: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}
