body {
  background: #999999;
}

#shadow, #miscshadow {
  background: #444444;
}

#shadow {
  margin: 1em 2em 1em 2em;
}

#wrapper, #miscstuff {
  position: relative;
  right: 3px;
  bottom: 3px;
  background: #FFFFFF;
}

#miscshadow {
  margin-top: 6px;
  margin-right: 2px;
  margin-left: 1em;
  margin-bottom: 1em;
  float: right;
}

#miscstuff {
  width: 10em;
  padding: 1em;
  border-color: #000000;
  border: solid 1px;
}

#miscstuff h1 {
  font-size: 1.2em;
  border: solid 1px;
}

#miscstuff ol {
  margin-left: 3px;
  padding-left: 0px;
  list-style-type: none;
}

#content {
  padding: 1em;
  border: solid 1px;
  border-color: #000000;
}

#header, #footer, #miscstuff h1 {
  padding-left: 1.5em;
  padding-top: 1px;
  padding-bottom: 1px;
  border-color: #000000;
  border: solid 1px;
  background: #5555FF;
  color: #000000;
}

dt {
  font-weight: bold;
  text-indent: 1.5em;
  
 }
 
.drop:first-letter {
  font-size: 300%;
  float: left;
}

