* {
    font-family: monospace;
}

body {
    background-color: black;
}

textarea, input, select {
    background-color: black;
    color: white;
    border: 1px solid white;
}

a {
    color: #BFBFBF;
}

#wrapper {
    margin: 0 auto 0 auto;
    width: 800px;
}

.logo {
    color: white;
    text-decoration: none;
}

#header {
    padding-bottom: 10px;
}

#menu {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

#menu ul {
    list-style: none;
    width: auto;
    position: relative;
    display: block;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

#menu li {
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
}

#menu li a {
    float: left;
    color: white;
    text-decoration: none;
    height: 24px;
    padding: 6px 15px 0px;
}

#menu li a:hover {
    color: black;
    background-color: white;;
}

#content {
    text-align: justify;
    width: 100%;
    color: white;
}

#padding {
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer {
    border-top: 1px solid white;
    color: white;
}

th {
    text-align: left;
}

.faq li {
    padding-top: 20px;
}

.quotes {
    color: white;
}

.cr {
    color: white;
    text-decoration: none;
}

.cr:hover {
    text-decoration: underline;
}
