#coupon {
	border: 1px dotted #000000;
	text-align: center;
	padding: 10px 10px 10px 10px;
}

#coupon .left {
	text-align: left;
	float: left;
}

#coupon .right {
	text-align: right;
	float: right;
}

#coupon h3 {
	font-size: 1.3em;
	text-decoration: underline;
}

#coupon h4 {
	font-size: 1.1em;
}

#coupon h4 span {
	font-size: 2.5em;
	color: #FFFF00;
	font-family: georgia, ariel;
}