

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr,address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}


html,
body {
    background-color: #000;
    color: rgb(255,255,255);
}

body {
    font-size: 76%;
    text-align: center;
}

body * {
    font-size: 1em;
}

.hide {
    display: none;
    visibility: hidden;
}

.show {
    display: block;
    visibility: visible;
}

strong {
    font-weight: bold;
}

p {
    margin: 5px 0;
}

a:link {
    color: rgb(255,0,0);
    text-decoration: none;
}

a:visited {
    color: rgb(255,0,0);
    text-decoration: none;
}

a:hover {
    color: rgb(255,255,0);
    text-decoration: underline;
}

a:active {
    color: rgb(255,255,0);
    text-decoration: underline;
}

a img {
    border: none;
}

.center {
    text-align: center;
}

.left {
    display: block;
    float: left;
}

.right {
    display: block;
    float: right;
}

.line {
    clear: both;
}

.alert {
    color: rgb(255,255,0);
    font-style: italic;
}

#page {
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
    margin: 5px auto auto;
    position: relative;
    width: 882px;
}

#header {
    clear: both;
    font-size: 1em;
    position: relative;
    width: 100%;
}

#header_peek {
    display: block;
    float: left;
}

#header_title {
    display: block;
    float: left;
}

#content {
    clear: both;
    position: relative;
    text-align: justify;
    width: 100%;
}

#content #menu {
    display: block;
    float: left;
    position: relative;
    width: 120px;
}

#content h1 {
    font-size: 1.2em;
    font-weight: bold;
}

#content h2 {
    font-size: 1.1em;
    font-weight: bold;
}

#content h3 {
    font-size: 1em;
    font-weight: bold;
}


#content #main {
    display: block;
    float: left;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 5px;
    position: relative;
    text-align: justify;
    width: 750px;
}

#navigation {
    clear: both;
    font-size: 1em;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

#footer {
    clear: both;
    font-size: .8em;
    position: relative;
    width: 100%;
}



#content form {
    margin: .5em auto;
    width: 100%;
}

#content fieldset {
    border: rgb(255,255,255) solid 1px;
    padding: 1em;
}

#content fieldset#comments {
    text-align: center;
}

#content legend {
    font-size: 1.2em;
    font-weight: bold;
    top: -.4em;
}

#content label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    padding-right: 1em;
    text-align: right;
    width: 9em;
}

#content input,
#content textarea {
    font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
    font-size: 1em;
    font-weight: bold;
}

#content input:hover,
#content textarea:hover,
#content input:focus,
#content textarea:focus {
    background-color: #fff;
    border: rgb(255,255,0) inset 1px;
    color: #000;
}

#content input {
    background-color: rgb(0,0,0);
    border: rgb(0,255,0) solid 1px;
    color: rgb(255,255,255);
    display: block;
    float: left;
    margin: 0 0 .5em 0;
    padding: .1em .2em;
    width: 35em;
}

#content textarea {
    background-color: rgb(0,0,0);
    border: rgb(0,255,0) solid 1px;
    color: rgb(255,255,255);
    height: 10em;
    padding: .1em .2em;
    width: 95%;
}

#content #send {
    background-color: rgb(0,0,0);
    border: rgb(255,0,0) outset 1px;
    color: rgb(255,0,0);
    display: inline;
    float: none;
    font-size: .9em;
    margin-top: 1em;
    padding: .1em .3em;
    width: 10em;
}

#content #send:hover {
    background-color: rgb(0,0,0);
    border: rgb(255,255,0) inset 1px;
    color: rgb(255,255,0);
}
