body, div h1{
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

p{
	font-size: .80em;
	font-family: sans-serif;
}

.hideOffScreen{
	position: absolute;
	left: -500px;
	top: -500px;
}

#content{
	width: 450px;
	padding-bottom: 30px;
}

p.underHeader, h3.underHeader, ul.underHeader{
	margin-top: -7px;
}