body {
  background: #fdf6e3;
  color: #002b36;
}

a:link {
  color: #dc322f;
  text-decoration: none;
}

a:visited {
}

a:hover {
  color: #d33682;
  text-decoration: underline;
}

a:active {
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

th {
  color: #2aa198;
}

tr.odd {
  background: #eee8d5;
}

tr.even {
  background: #fdf6e3;
}

tr:hover {
  background: #586e75;
  color: #fdf6e3;
}
