body 							{
										background: #fff;
										color: #000;
									}
									
.coupon							{
										border: 2px #000 dashed;
										margin: 36px 12px;
										float: left;
										width: 300px;
										height: 200px;
										padding: 20px;
									}
									
.coupon h2, .coupon p	{
										text-align: center;
									}
									
.coupon p						{
										font-size: 1.4em;
									}
									
.noPrint							{
										display: none;
									}									
																		
