html, body {
    height: 95%;
}

body {
    background-color: #000;
    margin: 8px;
}

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: 9pt;
    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 {
    float: right;
    background-color: #404047;
    width: 12%;
    border-width: 1px;
    border-style: solid;
    border-color: #006;
    padding: 1%;
    text-align: center;
}

#main {
    float: left;
    background-color: #474040;
    width: 83%;
    /*height: 480px;*/
    /*height: 100%;*/
    border-width: 1px;
    border-style: solid;
    border-color: #600;
    padding: 1%; /*1em*/
    text-align: justify;
    overflow: auto;
}

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

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

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

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

#post {
    float: left;
    text-align: right;
}


.title {
    font-weight: bold;
    text-decoration: underline;
    font-size: 12pt;
}

.grey {
    font-style: italic;
    font-weight: bold;
    font-size: 8pt;
    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: 9pt;
}

.lynx {display: none;}

.acces {width: 40px;}
.list {width: 550px; height: 400px;}
