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

body {
background-color: #273a63;
color: #BBC4C9;
font-family: Arial;
font-size: 12px;
line-height: 2;
}

#wrap {
background-color: #070b1e;
margin: 20px auto;
width: 600px;
}

#header {
width: 600px;
}

#header h1 {
display: none;
}

#content {
padding: 0px 20px 10px 20px;
width: 560px;
text-align: justify;
}

#content ol {
width: 500px;
margin: 0px auto;
list-style-type: lower-roman;
}

#content ul {
width: 500px;
margin: 0px auto;
}

#navigation {
list-style-type: none;
width: 560px;
margin: 0px auto;
padding: 10px 0px;
text-align: right;
}

#navigation li {
display: inline;
padding-left: 20px;
}

#navigation li a {
text-transform: uppercase;
border-bottom: 0px;
font-family: Georgia;
}

#footer {
font-size: 10px;
text-align: center;
padding: 0px 10px 10px 10px;
}

a {
color: #7b91a1;
border-bottom: 1px dotted #7b91a1;
text-decoration: none;
}

a:hover {
color: #aaa;
border-bottom: 1px dotted #aaa;
text-decoration: none;
}

h2 {
color: #405076;
font-family: Georgia;
font-weight: normal;
text-transform: lowercase;
letter-spacing: 8px;
}

b, strong {
color: #546b94;
}

i, em, blockquote {
color: #546b94;
}

input, select, textarea {
background-color: #121937;
border: 1px solid #000;
color: #BBC4C9;
padding: 5px;
font-size: 12px;
font-family: Arial;
}

td {
padding: 3px;
}

p {
margin-bottom: 10px;
}

blockquote {
font-style: italic;
}

p.center {
text-align: center;
}

p.center a {
border-bottom: 0px;
}

.codesort li {
display: inline;
padding-right: 0.5em;
}

.codesort ul {
list-style-type: none;
text-align: center;
}

.codesort p {
margin: 0px;
}

.clear {
clear: both;
}

.memberstable {
margin: 0px auto;
}

.catfile {
display: none;
}

.red, .red strong {
color: red;
}

.green, .green strong {
color: green;
}