body {
  margin-left: 5%;
  margin-right: 5%;
  font-family: Times New Roman, Arial, Verdana, sans-serif;
}

div.box {
  width: 100%;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

@media screen {
  body {
    color: #CC9999;
    background-color: black;
    background-image: url("http://www.webmaze.com/memberpages/ragnar/mazegrpbkgd.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top left; 
  }

  div.box {
    border: solid;
    border-width: thin;
  }

  a:link, a:visited {
    text-decoration: none;
    color: #CC9999;
    background-color: inherit;
  }

  a:hover, a:active {
    text-decoration: none;
    color: red;
    background-color: inherit;
  }
}

@media print {
  .noprint {
    display: none;
  }

  body {
    color: inherit;
    background-color: inherit;
  }
}

img {
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}

pre, code {
  font-family: monospace;
}

p.fancy:first-letter {
  font-size: 200%;
  font-style: italic;
  font-weight: bold;
  float: left;
}

p.fancy:first-line {
  text-transform: uppercase;
}


