/* CSS Document */
.coupon {
	background-color: #FFFFCC;
	height: 100px;
	width: 325px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006600;
	font-weight: bold;
	text-align: center;
	border: thin dashed #006600;
}
.coupon img {
	vertical-align: middle;
	text-align: center;
}
#bottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}
