body {
  background-color: #000000;
}
p.email {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 26pt;
  color: #ffffff;
  text-align: center;
}
a.email:active, a.email:link, a.email:visited {
  text-decoration: none;
  color: #95B3D7;
}
a.email:hover {
  text-decoration: underline;
}
p.subtitle {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 26pt;
  color: #ffffff;
  text-align: center;
}
p.footer {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 16pt;
  color: #f0f8ff;
  text-align: center;
}
div.center {
  text-align: center;
}
div.nav {
  font-family: Impact, Charcoal, sans-serif;
  font-size: 18pt;
  color: #ffffff;
}
div.nav > a:active, div.nav > a:link, div.nav > a:visited {
  text-decoration: none;
  color: #95B3D7;
}
div.nav > a:hover {
  text-decoration: underline;
}
