html, body {
	margin:0px;
	padding:0px;
	height:100%; /* this is the key! */
	width:100%;
	font-family: arial, verdana, sans serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}
/* **** typography **** */

h1 {
	margin:0;
	padding:.3em 0 0 0;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}

h2 {
	margin:0;
	padding:.3em 0 0 0;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	color:#46aa00;
}

h3 {
	margin:0;
	padding:.3em 0 0 0;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

p {
	margin:0;
	padding:.3em 0 0 0;
	font-weight: normal;
	font-size: .8em;
	text-decoration: none;
	line-height:1.4em;
	color: #333333;
}

p a {
	text-decoration:none;
	border-bottom:1px dashed #46aa00;
	color: #46aa00;
}

h4 {
	margin:0;
	padding:.3em 0 0 0;
	font-size: .5em;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}