body {
  background: #000;
}

.page {
  background: #000;
}

p, body {
  color: #fdf;
}

a {
  color: #de28ff;
}

a:hover {
  color: #000;
  background-color: #de28ff;
}

.navigation {
  color: #ccc;
}

.breadcrumbs {
  color: #e970ff;
}

/* Specific to the Gigs section */


.date {
  font-size: 24px;
  font-weight: bold;
  color: #e970ff;
}

.heading {
  font-size: 18px;
  font-weight: bold;
}

table.gigs {
  width: 100%;
}

table.gigs tr td {
  vertical-align: top;
  padding: 6px;
}


