html, body, h1, h2, h3, h4, h5, h6, table, input, textarea, fieldset, label{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 87.5%;
}

ul, ol, li, dl, dt, dd, form, fieldset, legend, th, td{
	margin: 0;
	padding: 0;
	list-style: none;
}

th{
	font-weight: normal;
	text-align: left;
}

table{
	border-collapse: collapse;
}

a, a:link, a:visited, a:active{
	color: black;
	text-decoration: none;
	outline: none;
}

fieldset{
	border: none;
}

blockquote{
	margin: 5px 0;
	padding: 1em;
}

img{
	border: none;
}


