html, body, div {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Verdana, arial, helvetica, sans-serif;
}

div {
	position: relative;
}

/* The following is from Sane CSS Typography: 
   http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height: 1.2em;
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	line-height: 1.0em;
	}
h3 {
	font-size: 1.5em;
	margin: 0.6em 0em 0.6em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0px;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	}

div.clear
{
	position: relative; 
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
