body {
  background: transparent url("data/alpha100.png")fixed;
  color: white;
  font-family: cambria;
  font-size: 18px;


  text-shadow: 1px 1px black;
  /*now that stinks 
  margin: 100;
  width: 200%;
  height: 200vh;*/
}

/*div {
    width: 200vw;
    height: 200vh;
}*/
/* old ravenholm stuff */
a:link    { color: white; text-decoration: none; font-family: cambria; font-size: 18px }
a:active    { color: lightgray; text-decoration: none; font-family: cambria; font-size: 18px }
a:visited    { color: white; text-decoration: none; font-family: cambria; font-size: 18px }
a:hover      { color: lightgray; font-family: cambria; font-size: 17px }