/*=================
= Coupon/Special Page
==================*/

h1 {
  color:   #003366;
}

table.coupon {
  border:   2px double #003366;
  width:    75%;
  border-collapse:  collapse;
  margin:         0;
}

td.couponcorner {
  font-family:    helvetica, arial, verdana, sansserif;
  font-weight:    bold;
  font-size:      200%;
  color:          #FFF;
}

td.couponcenter {
  border:         2px double #003366;
  padding:        0.5em 1em;
  font-size:      120%;
  background-color:     #CEDEED;
}

td.couponcorner,
td.coupontop,  td.couponbottom,
td.couponleft, td.couponright  {
  background-color:     #a4c3df;
}

td.couponcenter b {
  font-size:  110%;
  font-family:  helvetica, arial, verdana, sansserif;
  }
