/* Set defaults */
html, body, h1, h2, h3, h4, h6, h6, p, span, fieldset, input, div, section, menu, a, ul, ol, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

img, a img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

/* Standard class definitions */

.hidden {
	display: none;
}
