body {
  /*
  background-color: black;
  color: #757575;
  */
}

a {
  text-decoration: none;
}

a:link {
  /*
  color: #c0c0c0;
  */
  background-color: inherit;
}

a:visited {
  /*
  color: #969696;
  */
  background-color: inherit;
}

a:hover {
  /*
  color: #d4d4d4;
  */
  background-color: inherit;
  text-decoration: underline;
}

.first-place:after {
  content: " (winner)";
}

.second-place:after {
  content: " (2nd place)";
}

.third-place:after {
  content: " (3rd place)";
}

.nav {
  border-top: 1px black solid;
  margin-bottom: 0px;
}

address {
  margin-top: 0px;
}

table {
  text-align: left;
}

thead {
  border-bottom: 1px black solid;
}

tfoot {
  border-top: 1px black solid;
}

thead th, tfoot th {
  background-color: aqua;
  color: inherit;
  font-weight: normal;
}

td {
  background-color: yellow;
  color: inherit;
}

/*
td + td {
  background-color: inherit;
  color: inherit;
  border: 1px solid black;
}
*/

h1 {
  text-align: center;
}

h1 img {
  width: 100%;
}
