@charset "utf-8";
/* zero out margins and padding on common elements */
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, blockquote, div, form, fieldset, input, label, textarea {
	margin: 0;
	padding: 0;
	font-weight: normal;
	outline: none;
	border: 0;
}
/* unify font size on headings */
h1, h2, h3, h4, h5, h6{
	font-size: 100%;	
}

/* remove default buttet */
ul, ol {
	list-style: none;	
}
/* turn off image borders - good for linked images */
img {
	border: 0;	
}
/* fix weird alignment on form inputs */
input {
	vertical-align: baseline;
}