* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #000;
	background-color: #FFF;
}

body {
	font-style: normal;
	font-weight: normal;
}

ol, ul, dl {
	list-style: none;
}

b, h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
}

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

/* Remove dotted line in some browsers. */
abbr, acronym {
	border: 0;
}

fieldset, img, iframe {
	border: 0;
}

caption, th {
	text-align: left;
}

q:before,  q:after {
	content: '';
}

