a:link,
a:visited       {
  text-decoration: none;
  color: #6d3c32;
}
a:link:hover,
a:visited:hover {
  text-decoration: underline;
  color: #c9171e;
}
#header {
  background: #fff;
  border-bottom: solid 5px #c9171e;
}
#header h1 a { }

#wiki {
  color: #333;
}


#wiki-left h3 {
  color: #494A41;
}

#wiki-left ul li a.selected,
#wiki-left ul li a:hover {
  background: #6d3c32;
  border: solid 1px #6d3c32;
}

#wiki-head h2 ,
#wiki h3 ,
#wiki h4 ,
#wiki h5 {
  color: #9e3d3f;
}

#wiki blockquote {
  background: #f0f0f0;
}

#wiki pre {
}

#wiki .footnote {
  border-top: dashed 1px #ccc;
}

.wiki-meta ,
#wiki-head .caption {
  color: #c97586;
}
.wiki-meta {
  border-top: dashed 1px #ccc;
}

/** header/footer
 */

html {
  background: #b7282e;
}
#footer {
  background: #b7282e;
  color: #f0f0f0;
}

#footer a {
  color: #ccc;
}


