/* CSS Document */
.coupon{border:3px dashed #000000;}
.coupon h2{
font-size:1.7em;
}
.littleprint{
font-size:.75em;
}
h4{
	font-size:1.4em;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 25px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px;
  padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color:#D7D7FF;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
  border:none;
  }
