body{
	font-size:76%;
	font-family : Arial, Helvetica, sans-serif;
 	background-image : url(images/fggrad.jpg);
 	background-repeat : repeat-x;
	background-color : white;
}
h1{
	font-size : 1.5em;
	margin-top: 2px;
	margin-bottom : 2px;
}
h2{
	margin-top: 5px;
	font-size : 1.3em;
}
td{
	padding-left : 30px;
	padding-right : 30px;
	padding-top : 5px;
	padding-bottom : 5px;
}
.container{
	width:750px;
	background-color : #CCCCCC;
	border: 2px solid white;
}
.header{
 	background-image : url(images/fostygearbanner.jpg);
	height:145px;
	background-position : center;
	background-position : top;
}
.headline{
	color: 	#0066CC;
	padding-top : 10px;
	padding-bottom : 10px;

}
.testimonial{
	width : 66%;
	background-color : white;
}
.empathy{
	background-color : white;
}
.introduction{
	background-color : white;
}
.introduction ul {
 	list-style:circle
}
.introduction li{
	color: 	#0066CC;
	font-size : 1.1em;
	font-weight : bold;
}
.benefit{
	background-color : white;
}
.benefit ul {
 	list-style:circle;
}
.benefit li{
	color: 	#0066CC;
	font-size : 1.1em;
	font-weight : bold;
}
.action{
	text-align : center;
	background-color : white;
}
.action h1{
	color: 	#0066CC;
}
.guarantee{
	text-align : center;
}
.close{
	color: 	#0066CC;
	text-align : center;
}
.copyright{

}
.hits{
	background-color : yellow;
	padding:2px 5px 2px 5px;
	border: 1px solid silver;
	font-size: 0.9em;
}
.hitscount{
	background-color : black;
	color: white;
	letter-spacing: 2px;
	padding:2px 5px 2px 5px;
	border: 1px solid silver;
	font-size: 0.9em;
}
.large{
	font-size:1.3em;
	color: 	#0066CC;
	font-weight : bold;
}
.error{
	color:red;
}