html {
	color: #000;
	background: #fff;
}

html, body, div, p, span,
ol, ul, li,
h1, h2, h3, h4, h5, h6,
form, label, input, textarea, select {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, th, td {
	font-weight: normal;
	font-size: 100%;
}

em {
	font-style: normal;
}

a:hover, a:active, a:focus {
	outline: 0;
}

img { 
	border: 0; 
}

li {
	list-style: none;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

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

th, td {
	text-align: left;
	vertical-align: top;
}
