body {
  font-family: serif;
  background-image: url(background.png);
-o-background-size:100% 100%;              /*  Opera  */ 
-webkit-background-size:100% 100%;         /*  Safari  */  
-moz-background-size:100% 100%;            /*  Gecko 1.9.2 (Firefox 3.6) */  background-size:100% 100%;                 /*  Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers  */
khtml-background-size:100% 100%;           /*  Konqueror  */  background-repeat:no-repeat;  background-attachment:fixed; 
  padding-left: 11em;
}
ul.navbar {
  margin: 0;
  padding: 0;
  left: 1em;
  list-style-type: none;
  position: absolute;
  top: 1em;
  width: 9em;
}
h1 {
  color: black;
  font-family: 'sans-serif';
}
h2 {
  color: black;
  font-family: 'sans-serif';
}
h3 {
  color: black;
  font-family: 'sans-serif';
}
ul.navbar li {
  margin: 0.1em 0 0.2em;
}
ul.navbar a {
  font-family: 'sans-serif';
  font-weight: 900;
}
a:link {
  color: purple;
}
a:visited {
  color: blue;
}
address {
  border-top: thin dotted;
  margin-top: 1em;
  padding-top: 1em;
}
p {
  color: black;
  font-family: 'sans-serif';
}
p.front {
  color: black;
  font-family: 'sans-serif';
  font-size: 2em;
}
pre {
  font-size: 1.1em;
}
ul {
  font-family: 'sans-serif';
}
img {
  border-style: outset;
  border-color: #947ac0;
}
