a {
  text-decoration: none;
  color: #666676;
}

tr.head {
  background: #e0e0e0;
}

td.head {
  text-align: center;
  font-family: sans-serif;
  font-size: large;
  color: royalblue;
}

tr.foot {
  background: #e0e0e0;
}

td.foot {
  text-align: right;
  font-family: sans-serif;
  font-size: small;
  color: royalblue;
}

td.itens {
  text-align: center;
  font-size: large;
  color: #8c8c8c;
}


