html {
	color: #000;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td 
{
	margin: 0;
	padding: 0;
}

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

fieldset, img, div, table 
{
	border: 0;
}

caption, th, td, div, a, table 
{
	text-align: left;
}

td
{
	vertical-align: top;
}

input,
button,
textarea,
select,
optgroup,
option 
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}