a:link          {text-decoration: none; color: #767c6b; }
a:visited       {text-decoration: none; color: #767c6b; }
a:link:hover    {text-decoration: underline; color: #56564b; }
a:visited:hover {text-decoration: underline; color: #56564b; }


#wiki-head  {
  color: #7a4171;
  
}

#wiki-left ul li .current {
  font-weight: bold;
  color: #7a4171;
}

#wiki {
  margin-left: 240px;
}

#wiki h3 ,
#wiki h4 ,
#wiki h5 {
  color: #494a41;
}

#wiki blockquote {
  background: #f0f0f0;
}

#wiki pre {
}

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

.wiki-meta {
  border-top: dashed 1px #ccc;
  color: #888e7e;
}

/** header/footer
 */
html {
  background: #56564b;
}

#header {
  background: #fff;
  border-bottom: solid 5px #333;
}

#header h1 a { }

#footer {
  background: #56564b;
  color: #f0f0f0;
}

#footer a {
  color: #ccc;
}

