h1 {
  font-family:arial,sans-serif;
}
table {
  border:1px solid #000;
  border-collapse:collapse;
  font-family:arial,sans-serif;
  font-size:80%;
  margin:4em;
}
td,th{
  border:1px solid #000;
  border-collapse:collapse;
  padding:5px;
}
#fn,#dp,#ar{width:58px;}
#fr,#to{width:138px;}
caption{
  background:#ccc;
  background:#69c;
  font-size:140%;
  border:1px solid #000;
  border-bottom:none;
  padding:5px;
  text-align:left;
}
thead th{
  background:#9cf;
  /* text-align:left; */
}
tbody th{
  text-align:left;
  background:#69c;
}
tfoot td{
  text-align:right;
  font-weight:bold;
  background:#369;
}
tbody td{
  text-align:right;
}
tbody tr.even td {
  background:#eee;
}