/* CSS 2.1 */
* {
	outline-style: none;
	outline-width: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

a {
	text-decoration: none;
}

img {
	border-width: 0;
	border-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: '';
}