.coupon {
	background: #D2CEAA;
	display: block;
	padding: 9px;
	height: 990px;
	width: 490px;
	border: thick dotted #000000;
	margin: auto;
}
.coupon td {
	font: 14px Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #000000;
}
#coupHead {
	font: bolder 24px Georgia, "Times New Roman", Times, serif;
	color: #FF0000;
	text-align: center;
	display: block;
	border-bottom: 1px solid #FF0000;
	margin: 4px;
	padding: 0px;
	width: 340px;
}
#limit {
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	display: block;
	width: 340px;
}
#expire {
	font: italic bold 12px "Times New Roman", Times, serif;
	text-align: center;
	display: block;
	color: #000000;
	width: 340px;
}
