/* clear default styles */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote, div, img, pre, code {
	padding: 0;
	margin: 0;
	border: none;
}

body {
	height: 100%;
}


/* add general styles based on 12px body type */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #111;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	padding: 0.03em 0 0.47em 0;
	color: #000;
}

h2 {
	font-size: 2em;
	line-height: 1em;
	padding: 0.46em 0 0.04em 0;
	color: #000;
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	padding: 0.9em 0 0.1em 0;
}

h4 {
	font-size: 1.333em;
	line-height: 1em;
	padding:  1.15em 0 0.1em 0;
	color: #222;
}

h5 {
	font-size: 1.25em;
	line-height: 1em;
	padding: 1.3em 0 0.1em 0;
	color: #333;
}

h6 {
	font-size: 1em;
	line-height: 1em;
	padding: 0.3em 0 0.2em 0;
	color: #333;
}

p {
	padding: 0 0 1.5em 0;
	
}

ul, ol {
	padding: 0 0 1.5em 1.25em;
}

li {
	font-size: 1.1em;
}

ul ul li {
	font-size: 1em;
}

.clear {
	clear: both;
}

input.hidden {
	display: none;
}
