* {
  background-color: transparent;
  background-repeat: repeat;
  border: none;
  color: inherit;
  font: inherit;
  font-size: 1em;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: static;
  text-align: inherit;
  text-decoration: none;
  text-indent: 0
}

address {
  font-style: normal
}

hr {
  height: 0
}

html {
  background-color: #600;
}

body {
  background: #fff;
  margin: 1em auto;
  width: 50%;
  padding: 1em;
}

h1 {
  color: #600;
  font-size: 2em;
  letter-spacing: -.0625em;
  margin: 0 0 .25em 0
}

h1 span {
  color: #000;
  font-family: Georgia;
}

#navigation {
  border-right: .0625em solid #600;
  float: left;
  font-family: Verdana, Tahoma, Helvatica, sans-serif;
  font-size: .75em;
  letter-spacing: -.0625em;
  line-height: 1.25em;
  width: 7.5em;
}

#navigation a {
  color: #000
}

#navigation a:hover {
  border-bottom: .0625em solid #600;
}

#content {
  font-family: Verdana, Tahoma, Helvatica, sans-serif;
  font-size: .75em;
  letter-spacing: -.0625em;
  margin: 0 0 0 9em
}

#content h2 {
  color: #600;
  font-weight: bold;
  margin: 0 0 .5em 0;
}

#content p {
  margin: 0 0 .5em 0;
}

#content a {
  color: #600;
  border-bottom: .0625em solid #000;
}

p.special {
  background: #FFFFCC;
  border: .0625em solid #600;
  padding: .5em;
}
