/* Site background color */
html, body {
	background-color:#eaf2e5;
	color:#121212;
}
/* Border around content */
.content {
}
/* Links */
a:link, a:visited {
	color:#062478;
}
a:hover {
	color:#f38107;
}
/* Headings */
h1 {
	color:#d00000;
}
h2 {
	color:#000000;
}
h3 {
	color:#d00000;
}
h4 {
	color:#d00000;
}
.line {
	border-bottom:1px dotted #ccc;
	height:1px;
	margin:35px auto;
}
/* 
Testimonials - Use: 
<blockquote>Content Here</blockquote>
*/
blockquote {
	color:#121212;
	border:1px solid #A77100;
	background-color:#fcf4e3;
}
/* 
Johnson Box - Use: 
<div class="johnsonbox">Content Here</div>
*/
.johnsonbox {
	color:#000000;
	border:1px dashed #ffc000;
	background-color:#fefaee;
}
/* 
Guarantee - Use:
<div class="guarantee"><div class="guaranteehead">My <span class="guaranteehighlight">Great</span> Guarantee Heading</div><div class="guaranteetext">Guarantee text</div></div>
*/
.guarantee {
	border:4px solid #cccccc;
	background-color:#f8f8f8;
}
.guaranteehead {
	color:#000000;
}
.guaranteehighlight {
	color:#062478;
}
.guaranteetext {
	color:#000000;
	border:2px solid #062478;
	background:#f8f8f8;
}
/* 
Buy Area - Use: 
<div class="buyarea">Content Here</div>
*/
.buyarea {
	border:4px dashed #c80000;
}
/* 
Signature - Use: 
<pre>Your Name</pre>
*/
pre {
	color:#062478;
}
/* Footer */
.footer {
	color:#fff;
}
.footer a:link, .footer a:visited, .footer a:hover {
	color:#fff;
}