a, a:link
{
    color: #99CCFF;
}

a:active
{
    color: #FFCC99;
}

a:visited
{
    color: #FFCCFF;
}

body
{
    background-color: Black;
    background-image: url("../img/starfield.png");
    color: Silver;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0em;
    width: 100%;
}

button
{
    background: Black;
    border: 1px solid Silver;
    color: Silver;
    font-family: Verdana;
}

dd
{
    margin-bottom: 0.5em;
}

dt
{
    font-style: italic;
}

h1, h2, h3
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
}

h1
{
    font-size: 130%;
}

h2
{
    font-size: 120%;
}

h3
{
    font-size: 110%;
}

img
{
    border: none;
}

input, textarea
{
    background: Black;
    border: 1px solid Silver;
    color: Silver;
    font-family: Verdana;
    font-size: smaller;
    width: 100%;
}

table
{
    border-collapse: collapse;
    width: 50%;
}

td, th
{
    padding: 0.5em;
    text-align: center;
    vertical-align: middle;
}

tbody td
{
    border-bottom: 1px solid Silver;
}

tbody.feedback td
{
    border-bottom: none;
    text-align: right;
}

tfoot td
{
    border-top: 2px ridge Silver;
}

thead th
{
    border-bottom: 2px ridge Silver;
}

ul.ring
{
    list-style-image: url("../img/bullet.png");
}

.copyright
{
    font-size: 8pt;
}

.ToTop
{
    margin: 0px;
    text-align: right;
}

#contents, #W3C
{
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 10em;
    z-index: 1;
}

#contents
{
    border-right: 1px solid Silver;
    left: 0px;
}

#footer, #footerspacer
{
    font-size: 7pt;
    padding-top: 16px;
    text-align: center;
    width: 100%;
}

#footer
{
    background-image: url("../img/footer.png");
    bottom: 0px;
    position: fixed;
    z-index: 1;
}

#footer *, #footerspacer *
{
    margin: 0em;
}

#footerspacer *
{
    visibility: hidden;
}

#main
{
    margin: 1em 11em;
    text-align: justify;
}

#title, #titlespacer
{
    margin: 0px auto;
    padding-bottom: 0.5em;
}

#title
{
    position: fixed;
    width: 100%;
}

#titlespacer *
{
    visibility: hidden;
}

#W3C
{
    border-left: 1px solid Silver;
    right: 0px;
}

#W3C a
{
    text-decoration: none;
}