
body {
   font-family:sans-serif;
   background-color: #3a3830;
   color: lightgrey;
   background-image: url();
   background-repeat: repeat;
    max-width: 800px;
    margin: 0 auto;
	}
img {
  max-width: 100%;
}
a:link, a:visited {
   font-size:1em;
   color:white;
   font-weight:bold;
   text-decoration: underline solid 1px;
	}
a:hover, a:active {
   color: white;
   text-decoration: underline solid 2px;
	} 
q {
  font-size: 1.5em;
}
dt {
        font-weight: bold;
}

/* Themes */

.original {
  background-color: #3a3830;
  background-image: url();
}

.warehouse {
  background-image: url("images/warehousebrown.png");
}

.brownbg {
 background-image: url("images/brownbg1.png");
}

.darkbg {
 background-image: url("images/darkbg1.gif");
}

.stars {
 background-image: url("images/starsbg.gif");
}

.green {
  background-image: url("images/green.gif");
}
