body {
margin: 0px;
background: #000000 url("dark.gif") 0px 0px;
font-family: "Trebuchet MS",helvetica,sans-serif;
font-size: 95%;
}

#container {
margin: 15px 25px 15px 25px;
background-color: #dcdcdc;
}

#uppersection {
background: #ffffff url("light.gif") 0px 0px;
}

#searchbox {
text-align: right;
padding: 5px 5px 0 0;
font-size: 80%;
}

#logo {
text-align: left;
margin: 10px 10px -18px 10px;
padding: 0 0 0 5px;
font-size: 1.5em;
}

#pageactions {
text-align: right;
padding: 0 5px 5px 0;
}

#middlesection {
background: #ffffff url("light.gif") 0px 0px;
}

#sidemenu {
padding: 5px 5px 5px 5px;
overflow: hidden;
}

#content {
width: 75%;
padding: 5px 5px 5px 5px;
}

#footer {
background: #ffffff url("light.gif") 0px 0px;
text-align: right;
padding: 5px 5px 5px 5px;
}

#wikiedit textarea {
width:100%;
}

.hspacer {
background: #000000 url("dark.gif") 0px 0px;
height: 10px;
}

.vspacer {
background: #000000 url("dark.gif") 0px 0px;
width: 10px;
}

a {
text-decoration: none;
color: #000080;
background: none;
}

#wikitext a {
text-decoration: none;
color: #000080;
background: #B0B0FF;
}

#wikitext a.createlinktext {
color: #6000ff;
background: none;
}

a:hover, #wikitext a.createlinktext:hover {
text-decoration: underline;
border-bottom: none;
background: none;
}

#wikitext a:hover {
border-bottom: none;
background: none;
color: #404080;
}


hr {
height: 1px;
background-color: #3c3c3c;
}

h1,h2,h3,h4,h5,h6 {
line-height: 12px;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 16px;
}

h4 {
font-size: 14px;
}
h5 {
font-size: 12px;
}

h6 {
font-size: 10px;
}

code {
font-size: 105%;
overflow: auto;
}

pre {
color: black;
background-color: #dcdcdc;
font-size: 105%;
overflow: auto;
}

ul {
list-style-type: square;
}
