#wrapper {
  width:800px;
  margin:5px auto;
}

#header {
}

#logo {
  width:800px;
  height:207px;
}

#content {
  color: #000;
  border-width:1px 3px 2px 2px;
  border-style:solid;
  border-color:#6f0000 #4f0000 #4f0000 #6f0000;
  padding:5px;
  background-color:#fff8db;
}

#content a {
  color:#6f0000;
}

#footer {
  text-align:center;
  padding: 3px 10px;
  font-size: 50%;
}

a {
  color: #999;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

img {
  border:none;
}

h1 {
  text-align:center;
}
body {
  background-color:#8f0000;
  color:#ddd;
}
hr.content {
  width:50%;
}
p.lyrics {
  margin-left:4em;
  font-style:italic;
}
p.news {
  font-family:monospace;
}
div.sign {
  margin:3ex 0;
  text-align:center;
}
div.navprev {
  float:left;
}
div.navnext {
  float:right;
}
div.navup {
  text-align: center;
}
span.italic {
  font-style: italic;
}
span.superscript {
  font-size: xx-small;
  vertical-align: super;
}

