body {
  background-color: white;
  color: black;
  font-family: sans-serif;
}

.color {
  color: fuchsia;
}

.icolor {
  color: fuchsia;
  font-style: italic;
}

div {
  margin: 10px 0 0 0;
  background-color: black;
  color: white;
}

.headers {
  padding: 1px 2px 1px 2px;
  background-color: fuchsia;
  color: black;
  font-weight: bold;
}

#navi {
  width: 100%;
  margin: 0;
  padding: 5px 10px 5px 10px;
  background-color: white;
  color: black;
}

#page {
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: black;
  color: white;
}

#first {
  margin: 0;
}

#tracks {
  clear: left;
  float: left;
  width: 100%;
}

#events {
  clear: left;
  float: left;
  width: 100%;
}

.content {
  clear: left;
  float: left;
  width: 100%;
}

.content25 {
  float: left;
  width: 25%;
}

#show_all {
  clear: left;
  float: left;
  width: 100%;
  text-align: center;
}

#footer {
  clear: left;
  width: 100%;
  background-color: fuchsia;
  color: black;
  text-align: center;
  font-size: smaller;
  font-weight: bold;
}

.clear {
  clear: both;
}

table {
  border-collapse: collapse;
}

th {
  padding: 0 0 0 5px;
  color: fuchsia;
  text-align: left;
  font-size: smaller;
  font-style: italic;
  font-weight: normal;
}

th.right {
  padding: 0 5px 0 0;
  text-align: right;
}

td {
  padding: 0 0 0 5px;
  text-align: left;
}

td.right {
  padding: 0 5px 0 0;
  text-align: right;
  font-size: smaller;
  white-space: nowrap;
}

td.righttime {
  padding: 0 5px 0 0;
  text-align: right;
  font-family: monospace;
}

td.righthead {
  padding: 0 0 0 0;
  color: fuchsia;
  text-align: right;
  font-size: smaller;
  font-style: italic;
  font-weight: normal;
}

#navi a:link, #navi a:visited {
  color: black;
}

#navi a:active, #navi a:hover {
  color: fuchsia;
}

a:link, a:visited {
  color: fuchsia;
}

a:active, a:hover {
  color: white;
}

#footer a:link, #footer a:visited {
  color: black;
  text-decoration: none;
}

#footer a:active, #footer a:hover {
  color: white;
  text-decoration: none;
}

img {
  float: left;
  margin: 0 4px 0 0;
}
