@charset "utf-8";
/* CSS Document */
/* Normalizes margin, padding */
body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, dt, dl, dd, form, blockquote, fieldset, input {
	padding: 0;
	margin: 0;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
}

/* Removes list-style from lists */
ol, ul {
	list-style: none;
}

/* Removes text-decoration from links */
a {
	text-decoration: none;
}

/* Removes border from img */
a img {
	border: none;
}
