/* vim:set ts=8 sw=4 sts=4 et: */

body {
    background-color: #000000;
    color: #e0e0d9;
    font-family: helvetica, sans-serif;
    font-size: 14px;
}

a:link, a:visited {
    color: #00a6f9;
    text-decoration: underline;
}

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

a:active {
    color: #ff0000;
    text-decoration: none;
}

a.nav {
    font-size: 18px;
    position: relative;
    bottom: 12px;
    right: 6px;
}

h1 {
}

h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    text-align: justify;
}

.copyright {
    color: #a195ab;
    font-style: italic;
}

table {
    border: 1px;
    border-style: solid;
    border-color: #828282;
    width: 420px;
}

th {
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}

th.format {
    padding-left: 4px;
    padding-right: 4px;
    width: 132px;
}

td {
    padding-left: 4px;
    padding-right: 4px;
}

img {
    border: none;
}

img#squirrel {
    border: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -193px;
    margin-left: -400px; 
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#header {
}

#nav {
}

#content {
}

#footer {
    font-size: 10px;
}

#validation {
    float: right;
}

