
div.fancyH {
  width: 700px;
  margin: 1em auto;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 3px;
  color: #fff;
  background: #7f98b0;
}

/* -------- */
#spec {
  border-collapse: collapse;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 1em;
  background: #bcd0e4;
}
 
#spec th, #spec td {
  padding: 1px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
 
#spec th {
  color: #fff;
  background: #7f98b0;
}

#spec caption {
  font-size: 110%;
  color: #069;
  text-align: center;
  padding-bottom: 3px;
}

/* ---------- */
