body {
    color: white;
    background: black;
}

body.text {
  background: #3D3D3D url("images/pages-bg.jpg") no-repeat center 0;
}

a:link, a:visited {
  text-decoration: underline;
  color: #FFF;
}

a:hover {
  color: #AAA;
}
