body {
  background: #000;
}

.page {
  background: #000;
}

p, body {
  color: #fcc;
}

a {
  color: #65e165;
}

a:hover {
  color: #000;
  background-color: #65e165;
}

.huge {
  color: #80d780;
}

.large {
  color: #88cc88;
}

.medium {
  color: #88cc88;
}

.navigation {
  color: #ccc;
}

.breadcrumbs {
  color: #a7eca7;
}

/* Specific to the Contact section */

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

