table {
  width: 100%;
  font-size: small;
  text-align: left;
}
tr.header1 {
  background-color: #D8BD8E;
  text-align: center;
}
tr.header2 {
  background-color: #D8BD8E;
  font-weight: bold;
}
tr.one {
  background-color: white;
}
tr.two {
  background-color: #FFF4C0;
}
td.rate {
  text-align: center;
  font-size: medium;
}
div.center {
  text-align: center;
}
