body {
position: relative;
max-width:1000px;
margin: 0px auto;
background: #7990a3;
font-family: "Trebuchet MS",helvetica,sans-serif;
font-size: 95%;
}

table{
margin: 5px;
}

#container {
margin: 2em 2em 2em 2em;
}

#upperoutside {
background-color: #354463;
border: 1px solid #000000;
}

#upperinside {
background-color: #354463;
border: 1px solid #f3dcb0;
}

#logo {
color: #e9e9e9;
font-size: 1.5em;
text-align: center;
}

#logo a {
color: #e9e9e9;
}

#logo a:hover {
color: #f3dcb0;
text-decoration: underline;
}

#actionsoutside {
background-color: #354463;
border: 1px solid #000000;
}

#actionsinside {
background-color: #354463;
border: 1px solid #f3dcb0;
}

#pageactions {
text-align: right;
color: #e9e9e9;
font-size: 85%;
}

#pageactions a {
color: #e9e9e9;
}

#pageactions a:hover {
color: #f3dcb0;
text-decoration: underline;
}

#search {
text-align: left;
color: #e9e9e9;
font-size: 85%;
}

#search a {
color: #e9e9e9;
}

#search a:hover {
color: #f3dcb0;
text-decoration: underline;
}

#middleoutside {
background-color: #354463;
border: 1px solid #000000;
}

#middleinside {
background-color: #354463;
border: 1px solid #f3dcb0;
}

#menu {
width: 180px;
padding: 20px 10px 20px 10px;
color: #151b28;
background-color: #dcdcdc;
border: 1px solid #000000;
font-size: 90%;
overflow: hidden;
}

#spacer {
background: #354463;
width: 0.1em;
}

#pagecontent {
padding: 20px 20px 20px 20px;
color: #151b28;
background-color: #f0f0f0;
border: 1px solid #000000;
font-size: 90%;
}
<!-- background-color: #FFFFEE;#EEDD77 -->

#original {
padding: 5px 5px 5px 5px;
color: #151b28;
background-color: #fafafa;
border: 1px solid #000000;
font-size: 90%;
}

#loweroutside {
background-color: #354463;
border: 1px solid #000000;
}

#lowerinside {
background-color: #354463;
border: 1px solid #f3dcb0;
}

#lastmod {
width: 50%;
text-align: left;
color: #e9e9e9;
font-size: 85%;
}

#lastmod a {
color: #e9e9e9;
}

#lastmod a:hover {
color: #f3dcb0;
text-decoration: underline;
}

#links {
width: 50%;
text-align: right;
color: #e9e9e9;
font-size: 85%;
}

#links a {
color: #e9e9e9;
}

#links a:hover {
color: #f3dcb0;
text-decoration: underline;
}

#wikiedit textarea {
width:100%;
}

a {
text-decoration: none;
color: #ac00c8;
}

a:hover {
text-decoration: underline;
color: #0000dc;
}

a:visited {
text-decoration: none;
font-weight: normal;
color: #0000dc;
}

a.createlink {
display:none; 
}

a.createlinktext {
border-bottom:none; 
text-decoration:none; 
color:inherit;
}

hr {
height: 1px;
background-color: #354463;
}

h1,h2,h3,h4,h5,h6,h7 {
line-height: 10px;
}

h1 {
font-size: 20px;
font-weight: bold;
text-decoration: none;
}

h2 {
font-size: 20px;
font-weight: normal;
text-decoration: underline;
}

h3 {
font-size: 20px;
font-weight: normal;
text-decoration: none;
}

h4 {
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

h5 {
font-size: 14px;
font-weight: normal;
text-decoration: underline;
}

h6 {
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

h7 {
font-size: 14px;
font-weight: bold;
text-decoration: none;
font-variant:none;
}

code {
font-size: 105%;
overflow: auto;
}

pre {
background-color: #d2d2d2;
font-size: 105%;
overflow: auto;
}

ul {
list-style-type: square;
}


