body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: .9em;

}

/*  #content controls the positioning of the cell in the center of all other pages  */
	#content {
		background-color: #FFFFFF;
		width: 600px;
		position: absolute;
		top: 150px;
		left: 50%;
		margin-left: -300px;
	}
	
	#content p {
		line-height: 25px;
		padding:0px 25px 0px 25px;
	}
	
	#content h2 {
		font-size: 1.1em;
		font-weight: bold;
		padding:0px 20px 0px 20px;
	}
	#content ul li {
		line-height: 2em;
	}
