/*======================================================================
GLOBAL RESET CSS

description:	reset CSS
author:			Catalin Urcan
url:			http://www.urcan.ro
======================================================================*/

/* General */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
}

/* Remove styling from all list items */
ol, ul, dl {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/* Remove links styling */
a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: normal;
	text-decoration: none;
}

a:visited {
	border: 0;
	outline: 0;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Remove quotemarks */
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}