a:link          {text-decoration: none; color: #19448e; }
a:visited       {text-decoration: none; color: #19448e; }
a:link:hover    {text-decoration: underline; color: #2792c3; }
a:visited:hover {text-decoration: underline; color: #2792c3; }


#wiki-head h2 {
  color: #17184b;
}
#wiki-head .caption {
  color: #1e50a2;
}

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

#wiki-left h3 {
  color: #17184b;
}

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

#wiki {
  color: #333;
}

#wiki h3 ,
#wiki h4 ,
#wiki h5 {
  color: #17184b;
}

#wiki blockquote {
  background: #f0f0f0;
}

#wiki pre {
}

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

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

/** header/footer
 */
html {
  background: #0f2350;
}

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

#header h1 a { }

#footer {
  background: #0f2350;
  color: #f0f0f0;
}

#footer a {
  color: #ccc;
}

