@charset "utf-8";
/* styles to zero out browser defaults */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, form, fieldset, input, blockquote {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
/*a, :link, :active, :visited {
	text-decoration: none;
}*/
a img, :link img, :active img, :visited img {
	border: none;
}
ul, ol {
	list-style:none;
}
address {
	font-style:normal
}
hr {
	margin: 0;
}
