body {
  background-color: #d0d0d0;
  font-family: sans-serif;
}

.shadowed {
  color: black;
}

.header {
  background-image: url(images/titlebg-small.png); 
  background-position: left;
  background-repeat: repeat-y;

  padding-left: 128px;

  font-family: "Courier New", courier, monospace;
  font-size: 250%;
  font-weight: bold;
}


h1 {
  font-family: sans-serif;
  font-size: 150%;
  font-weight: bold;
}

h2 {
  font-family: sans-serif;
  font-size: 150%;
  font-weight: bold;
}

.shadow {
    color: black;
    position: absolute;
    background: transparent;
    z-index: 100;
    margin: 0;
}
