body {
	
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	width:780px;
}

a {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	color: #666666;
	text-decoration:underline;
}

	h1 {
		font-size:26px;
		font-weight:400;
		margin-bottom:15px;
		color:#3C953D;
		letter-spacing:-1px;
		border-bottom:1px solid #CCCCCC;
	}
	
	h2 {
		font-size:14px;
		font-weight:800;
		margin-bottom:0px;	
		margin-top:20px;
		letter-spacing:-1px;
		border-bottom:1px solid #CCCCCC;
		padding-bottom:3px;	
	}
	
	p {
		font-size:14px;
		line-height:20px;
		margin-bottom:0px;
		margin-top:10px;		
	}

	ol {
		font-size:14px;
		line-height:20px;
	}
	
	li {
		margin-bottom:10px;
	}