body{
	background: #4d4942;
	font-size: 62.5%;
	line-height: 2em;
	color: #fff;
}

/* common styles */
.left{
	float: left;
	margin-left: 40px;
}

.right{
	float: right;
}

.clear{
	clear: both;
}	

/* layout */
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol li{

}

#content{
	margin: 0 auto;
	text-align: center;
	width: 790px;
}

/* Typography */
h3{
	font-size: 2.4em;
}

p{
	font-size: 1.6em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Futura, sans-serif; 
}