body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	background: #fff;
	color: #333;
}

h1 {
	 font-size: 16px;
}

ul.features {
	padding: 0;
	list-style: none;
}

.feature h2 {
	font-size: 14px;
	margin: 0 0 1em 0;
}

.feature p {
	margin: 0 0 1em 0;
}

.feature {
	padding: 1em 1em 0 1em;
	color: #333333;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

li.feature {
	margin-bottom: 1em;
}

.feature ul {
	margin-bottom: 1em;
	padding-left: 2em;
	list-style-type: disc;
}

.feature a:link { color: #2277FF; text-decoration: none; }
.feature a:visited { color: #2277FF; text-decoration: none; }
.feature a:hover { color: #e1f6fe; background: #2c79b4; text-decoration: none; }
