#content h1 {
  text-align: center;
}

#content h2 {
  font-size: 12pt;
  text-align: left;
  background-color: #ddf;
}

table#prices {
  margin-top: 2em;
  width: 100%;
}

table#prices thead tr {
  background-color: #ffc;
}

table#prices tbody tr {
  background-color: #9ff;
}

td.l, th.l {
  text-align: left;
}

td.c, th.c {
  text-align: center;
}

td.r, th.r {
  text-align: right;
}

table#prices th {
  text-align: left;
}

table#prod {
  width: 100%;
}

#prod th {
  font-size: 12pt;
  background-color: #ddf;
}

