a, a:link
{
    color: GoldenRod;
}

a:active
{
    color: GoldenRod;
}

a:visited
{
    color: GoldenRod;
}

body
{
    background-color: AliceBlue;
    color: Black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0em;
    width: 100%;
}

button
{
    background: DarkGreen;
    border-bottom: 1px solid Black;
    border-left: 1px solid Green;
    border-right: 1px solid Black;
    border-top: 1px solid Green;
    color: GoldenRod;
    font-family: Verdana;
}

h1, h2, h3
{
    color: DarkGreen;
    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, select, textarea
{
    background: AliceBlue;
    border: 1px solid DarkGreen;
    color: Black;
    font-family: Verdana;
    font-size: smaller;
    width: 100%;
}

select
{
    width: auto;
}

table
{
    border-collapse: collapse;
}

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

tbody td, tbody th
{
    border-bottom: 1px solid DarkGreen;
}

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

tfoot td
{
    border-top: 2px solid DarkGreen;
}

thead th
{
    border-bottom: 2px solid DarkGreen;

}

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

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

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

#footer
{
    background-color: AliceBlue;
    border-top: 1px solid DarkGreen;
    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;
    width: 100%;
}

#title
{
    background-color: AliceBlue;
    position: fixed;
    top: 0px;
}

#titlespacer *
{
    visibility: hidden;
}

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

#W3C a
{
    text-decoration: none;
}