body {
  background-image: url("/images/Starfleet.png");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, dl#contents dt, #tagline {
  color: teal;
}

a:link {
  color: green;
}

a:visited {
  color: teal;
}
