body {
	background: #fff;
	color: #000;
	font-size: 100%;
	text-align: center;
}

#container {
	width: 400px;
	margin: 0 auto;
	text-align: left;
}

h1, h2 {
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
}

p {
	font-family: "Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}

.one {
	line-height: 1;
}
	
.two {
	line-height: 1.3;
}

.three {
	line-height: 1.5;
}

.four {
	line-height: 1.7;
}

.five {
	line-height: 1.9;
}


