/* globals
-------------------------------------------------------------------------*/

body {
  color:#fffe97;
  background-color:#000;
  }

h1, h2, h3 {
  color:#fff;
  }

a {
  text-decoration:none;
  }

a:link {
  color:#2299ff;
  }

a:visited {
  color:#ff99ff;
  }


/* ids and classes
-------------------------------------------------------------------------*/

#credits {
  color:#fff;
  font:serif;
  }

#disclaimer {
  text-align:center;
  color:#fff;
  font:.66em serif;
  width:100%;
  }

#content-text p{
  text-align:justify;
  }

