body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff2e6;
  color: #770000;
  text-align: center
}

a:link, a:visited {
  background-color: #ffa64d;
  color: #770000;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #ffcc99;
}

table, th, td {
  border-left:1px solid #ffa64d;
  border-right:1px solid #ffa64d;
  border-collapse: collapse;
  padding: 4px 5px;
  font-size: 12px;
}
th {
  background-color: #ffa64d;
}

tr {
  background-color: #ffcc99;
}
tr:nth-child(odd) {
  background-color: #ffbd80;
  border-bottom:1px solid #ffa64d;
}

#worldRecords {
  width:800px;
  margin-left:auto;
  margin-right:auto;
}
#totalTable {
  width:300px;
  margin-left:auto;
  margin-right:auto;
}
#footNote{
  font-size: 10px;
}