h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;


}
.coupon {
	background-color: #FFFF33;
	height: 60px;
	width: 234px;
	border: thin dashed #999999;
	background-position: center;
	padding: 5px;
}
.coupon2 {
	background-color: #FFFF33;
	height: 60px;
	width: 234px;
	border: thin dashed #FF0000;
	background-position: center;
	padding: 5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}
h2,h3 {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 14px;
	
}