/* Normalize margins and paddings */
body, div, ul, li, p, span, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, img {
	margin: 0;
	padding: 0;
	font: 95% arial,sans-serif;
}

/* Normalize headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Normalize lists */
ul, ol {
	list-style: none;
}

/* Normalize tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

/* Remove borders from images and fix ugly IE scaling + PNG tranparency */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Remove quotation marks from q
q: before, q:after {
	content: '';
}*/