body {
	font: normal 13px Helvetica, Arial, sans-serif;
	color: #003333;
	margin: 0;
	background: #fff;
	padding: 30px;
	text-transform: lowercase;
	text-rendering: optimizeLegibility;
}
h3 {
	padding: 0 0 15px 18px;
	border-bottom: 1px solid #eaeaea;
	color: #2f2f2f;
	text-decoration: none;
	font: normal normal 22px/normal Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	margin: 0 0 15px;
}
h3 span {
	color: #ccc;
	margin-left: 5px;
	margin-right: 5px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #be2400;
}
a:hover {
	text-decoration: none;
	color: #003333;
	-webkit-transition: color .2s ease-in;
}
a:focus{
	-moz-outline-style:none;
}
ul li {
	list-style-type: circle;
	margin-bottom: 5px;
}
ul {
	margin-left: 32px;
	padding: 0;
}
.stars {
	display: block;
	height: 13px;
	background: url(/css/stars/stars.png) repeat-y left top;
	padding-left: 75px;
}
.one {
	background-position: left 65px;
}
.two {
	background-position: left 52px;
}
.three {
	background-position: left 39px;
}
.four {
	background-position: left 26px;
}
.five {
	background-position: left 13px;
}
.fdpoweredby {
	display: none;
}