body {background-color: #000;}

a {
text-decoration: none;
color: #ddd;
}

a:hover {
text-decoration: none;
color: #000;
}

a.menu {
text-decoration: none;
color: #aaa;
}

a.menu:hover {
text-decoration: none;
color: #eee;
}

a.highlight {
text-decoration: none;
color: #eee;
font-weight: bold;
}

a.highlight:hover {
text-decoration: none;
color: #aaa;
font-weight: bold;
}

a.valid {
text-decoration: none;
color: #bbb;
}

a.valid:hover {
text-decoration: underline;
color: #fff;
}

div {
font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
font-size: 11px;
color: #aaa;
}

img {border: 1px solid #fff;}

ul,ol {
padding: 0px;
margin: 0px;
}

li {list-style: none;}

input,textarea {
font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
border: 1px solid #600;
width: 200px;
padding: 1px;
background-color: #575050;
color: #fff;
font-size: 11px;
}

textarea {height: 100px;}

hr {width: 80%; height: 1px;}


#menu {display: none;}

#main {
float: left;
background-color: #474040;
width: 99%;
border-width: 1px;
border-style: solid;
border-color: #600;
padding: 1em;
text-align: justify;
}

#footer {
float: left;
width: 99%;
border: 0px;
text-align: center;
}

#simple {
float: left;
border: 0px;
}

.thumb {
float: left;
width: 140px;
height: 130px;
text-align: center;
}

#nav {
float: right;
width: 95%;
border: 0px;
padding: 1em;
text-align: right;
}

#post {display: none;}


.title {
font-weight: bold;
text-decoration: underline;
font-size: 14px;
}

.grey {
font-style: italic;
font-weight: bold;
font-size: 9px;
color: #666;
}

.col {float: left;}

.bold {font-weight: bold;}

.underline {text-decoration: underline;}

.upper {text-transform: uppercase;}

.submit {
width: 80px;
font-weight: bold;
background-color: #000;
font-size: 11px;
}

.lynx {display: none;}