* {
	margin: 0;
	padding: 0;
}
body {
	background: #4b3149;
	font-size: 62.5%;
	font-family: Verdana, Arial, Lucida Sans, Terminal, Times New Roman, Monotype Corsiva;
}
.Left {
	float: left;
}
.Right {
	float: right;
}
.Clear {
	clear: both;
}
.Justify {
	text-align: justify;
}
.HalfWidth {
	width: 50%;
}
.DashedBorder {
	border: 4px dashed #ff0000;
}
.SolidBorder {
	border: 1px solid #222;
}
.SolidBackground {
	background-color: #eee;
}
.YellowBackground {
	background-color: #efe5bc;
}
.Testimonial {
	padding: 10px;
	margin-bottom: 10px;
}
.Padding {
	padding: 10px;
}

.Red {
	color: #ff0000;
}
.Highlighted {
	background-color: #ffff00;
	font-weight: bold;
}
.Centered {
	text-align: center;
	margin: 0 auto;
	width: 75%;
}
.Large {
	font-size: 1.4em;
	padding-bottom: 20px;
}
.Bold {
	font-weight: bold;
}

.Position {
	width: 800px;
	margin: 20px auto;
	background-color: #fff;
	font-size: 1.3em;
	padding: 10px;
	
}
h1 {
	font-size: 36px;
	color: #006633;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;

}
h2 {
	font-size: 28px;
	color: darkblue;
	padding: 22px 0 10px 0;
}
h3 {
	font-size: 20px;
	color: darkblue;
	padding: 20px 0 10px 0;
}
a {
	font-weight: bold;
}
ol {
	padding-left: 30px;
}
a {
	color: #093c7b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.Purchase {
	width: 200px;
}
.Footer {
	text-align: center;
	margin-top: 20px;
}

#list
{
margin: 0;
padding-left: 0;
list-style: none;

}

#list li

{
background-image: url(images/heartlist.gif);
  background-position: 0 4px;
  _background-position: 0 6px;
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 0 0 0 18px;
  margin: 20px;
  height: 60px;
  line-height: 20px; 
  padding-left: 30px;
  list-style-position: inside;

 

}
blockquote {
margin: 50px;
padding: 0px;
}
#squarelist
{
margin: 0;
padding-left: 0;
list-style: none;

}

#squarelist li

{
background-image: url(images/squarelist.jpg);
  background-position: 0 4px;
  _background-position: 0 6px;
  background-repeat: no-repeat;
  list-style-type: none;
  padding: 0 0 0 18px;
  margin: 20px;
  height: 20px;
  line-height: 20px; 
  padding-left: 20px;
  list-style-position: inside;

 

}
