html, body {
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

p, div, table, tr, td, th {
	margin: 0;
	padding: 0;
	border: 0;
}

img, object {
	border: 0;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

.clearfix {
	clear: both;
}
