body {
  color: #303030;
  background: #D0FFD0;
  /*background: #C7DACA;*/
  }
a:link {
  color: #9C0782;
  }
a:visited {
  color: #BD6AAF;
  }
a:hover, a:focus, a:active {
  color: #BA089C;
  background: #FFF;
  }
a img {
  border: none;
  }
/* b.selfreference {Color: #303030; border-bottom: 1px dotted;} */

#sidebar {
  background: #E0FFF0;
  border: 1px #99BD9F dotted;
  }

#content {
  background: #FFFFFF;
  border: 1px #99BD9F dotted;
  }
/*#masthead {
  background: url("mh3sage_small.png") no-repeat top center;
  }*/
#title {
  color: #007C3C;
  }

#logo {
  background-color:#C8FF14;
  border: 1px #99BD9F solid;
  }

#cmds {
  border: 1px #99BD9F solid;
  }

#tabs ul {
  border-bottom: 1px solid #99BD9F;
  }
#tabs ul a {
  color: #4B7553;
  }
#tabs a:hover, #tabs a:focus, #tabs a:active {
  color: #000;
  background: none;
  border-bottom: 0.5em solid #99BD9F;
  }
/* styles for current tab are in the .tmpl file */

#wikitext code {
  background: #FFF;
  }
#wikitext h1, #wikitext h2, #wikitext h3, #wikitext h4, #wikitext h5, #wikitext h6 {
  color: #007C3C;
  }
#wikitext table {
  border:2px #BDD2C0 solid;
  }
#wikitext td {
  border:1px #BDD2C0 solid;
  }

#footer {
  border-top: 1px solid #99BD9F;
  }
#footer li {
  border-right: 1px solid #99BD9F;
  }

#nav, #skins { /* could use selector #sidebar>div if only IE picked it up */
  /* another nice combo: background: #FFF7E8; border: 1px #E6C17D solid; */
  /*border-top: 1px #99BD9F solid;*/
  }
