html,
body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
}
		
#content {
	height: 100%;
}

#scroll {
	height: 100%;
	overflow: scroll;
}
		
#content h1,
#content h2,
#content p,
#content img {
	margin: 12px 0 0 24px;
}