body {
 font-family: Georgia, "Times New Roman", Times, serif;
}

p {
 font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3 {
	font-family: Tahoma, "Arial Black", "Optima", Arial, sans-serif;
}

.handwriting {
	font-family: "Bradley Hand ITC", "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

.testimonial {
 font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
 line-height: 1.5em;
}

#dollar {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
		}

#redx, #greencheck, #free {
	margin-left: 50px;
	padding-left: 0;
	list-style: none;
}

#dollar li {
		padding-left: 38px;
		padding-right: 10px;
		padding-bottom: 10px;
		background-image:  url(../images/bullet1.gif);
		background-repeat: no-repeat;
		background-position: top left;
		}

#redx li {
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image:  url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#greencheck li {
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 5px;
	background-image:  url(../images/bullet3.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
	
	
#free li {
	padding-left: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-image:  url(../images/bullet4.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#dollar li a {
		text-decoration: none;
		color: #999;
		}
	
#dollar li a:hover {
		text-decoration: underline;
		color: #000;
		}