.coupon {
	background-image: url(/images/coupon.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #006600;
}

