A:link{ color:#fdffb9; text-decoration:none; }
A:hover{ color:#f4ca22; text-decoration:underline overline; }
A:active{ color:#f4ca22; text-decoration:none; }
A:active:hover{ color:#f4ca22; text-decoration:underline overline; }
A:visited{ color:#79a76c; text-decoration:none; }
A:visited:hover{ color:#fdffb9; text-decoration:underline overline; }

html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #0a210a;
  font-size: 0.72em;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#e6e8f3;  
  margin:0px;
}

h1, h2, h3, h4, h5, h6, .sidehead {
  font-family: Georgia, Baskerville, Garamond, Times, "Times New Roman", Serif;
  color: #6a7c78;
}

#wikiedit textarea {
 width: 100%;
}

#menu {
  position: absolute;
  width: 282px;
  background-color: #0a210a;
  padding:0px;
  padding-right: -55px;
  margin:0px;
  left: 0;
    z-index:1;
}

#menu ul {
/*    list-style: none;
  text-align: right;
   padding-right: 5px;
*/
}
#menu li {
   padding: 2px;
}

#title {
 text-align: center;
 font-size: large;
 font-weight: bold;
 color: #e6e8f3;
}

#wikihead {
  margin-left: 282px;
  padding: 0;
}

#wikifoot {
  bottom:0;
  margin-left: 282px;
  padding: 0
}

#content {
  margin-left: 282px;
  padding: 7px 25px 7px 6px;
  padding-bottom: 10px;
  background-color:#0e2c0e;
  overflow: auto;
}

#content ol {
#  list-style:none;
#}

#content p, #content ul, #content ol{
  line-height:132%;
}

#footer {
 margin-left: 282px;
 border-top: dotted 1px;
 padding-top: 3px;
 text-align: center;
 font-size: x-small;
 background-color:#0e2c0e;
}

#sidebar {
  position:absolute;
  top:382px;
  left:10px;  
  width: 210px;
  margin-left: 60px;
  font-weight: bold;
  z-index:2;
}


