h2,h4{
    color:#fff;
	font-size:12px;
	font-weight:bold;
}
h4{color: #434343;}
a{
	text-decoration: underline;
	color:#F96B04;
}
a:hover{
	text-decoration: none;
	color:#F96B04;
}

a.blue,a.blue:hover{
	color:#4a8000;
	font-weight:bold;
}

a.mail,a.mail:hover{
	color:#f96b04;
	font-size:11px;
}

p{
    padding-bottom:3px;
}
p.link{
    padding-left:5px;
}
.red{
    color:#F96B04;
}
.price{
    text-decoration:line-through;
	font-weight:bold;
}
h3{
    margin:8px 0 10px 20px;
	font-size:11px;
}

/*testimonials*/
p.testimonials{
    padding:10px 0 10px 5px;
	border-bottom:#e5e5e5 1px dashed;
}
p.testimonials.l{
    border-bottom:none;
}