h4 {
  color: #FF6600;
  line-height: 1.3em;
}

h5 {
  line-height: 1.3em;
}

p, li {
  font-size: small;
  line-height: 1.3em;
}

.OfferBox {
  width: 100%;
  background-color: #EFEFEF;
  padding: 5px;
}

.OfferDetail {
  display: block;
  margin-top: 3px;
  margin-left: 15px;
  font-size: small;
  line-height: 1.3em;
}

.OfferLink {
  font-weight: 600;
  font-size: small;
  line-height: 1.3em;
}

.OfferLink a:link {
  color: gray;
}

.OfferLink a:visited {
  color: gray;
}

.OfferDetail a:link {
  color: gray;
}

.OfferDetail a:visited {
  color: gray;
}

.FeatureLine {
  font-weight: 700;
  font-size: small;
  line-height: 1.3em;
  color: dimgray;
}