body
{
	font-family: Verdana, Arial, Geneva; /* Enter font preference */
	font-size: 14px; /* Enter font size */
	font-weight: normal; /*Enter font weight */
	line-height: 135%; /*Enter line height */
	color: #000000; /* Enter font color */
	list-style-type: disc;
	height: 100%;
	margin: 0px;
	background-color: #ffffff; /* Enter body background color */
	text-align: center;
}

/** Coupon **/
#coupon
{
	width: 400px;
	margin-top: 10px;
	margin-left: 12px;
	border: #ffffff 1px dashed;
	background-color: #4c87af;
	
}

#coupon p
{
	text-align: center;
	margin: 7px 5px 7px 5px;
}

#coupon a:link
{
	color: #d3ae67;
	text-decoration: underline;
}

#coupon a:visited
{
	color: #d3ae67;
	text-decoration: underline;
}

#coupon a:active
{
	color: #d3ae67;
	text-decoration: underline;
}

#coupon a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

#coupon .bigText
{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

.printCoupon
{
	display: none;
}