﻿body {
    background-color: rgb(8 44 4);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-shadow: 1px 1px 1px black;
    color: lightgreen;
    font-size: 13pt;
    margin: 0;
}

a {
    text-decoration: underline;
    color: palegoldenrod;
}
    a:hover, a:active {
        text-decoration: none;
        background-color: #aedead;
    }

p {
    margin: 8px 5px;
}

h1, h2, h3, h4 {
    font-weight: bold;
    margin: 0 0;
    padding: 0 0;
}

h1 {
    font-size: 1.5em;
    padding: 10px 5px 0 5px;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 5px;
    color: whitesmoke;
}

h2 {
    font-size: 1.3em;
    padding: 10px 5px 0 5px;
    text-shadow: 1px 1px 0px black;
    color: whitesmoke;
    text-decoration: underline;
}

h3 {
    font-size: 1.2em;
    text-shadow: 1px 1px 0px black;
    padding: 7px 5px 0 5px;
}

h4 {
    font-size: 1.1em;
    padding: 5px 5px 0 5px;
    text-shadow: 1px 1px 0px black;
}

hr {
    border: 2px solid palegreen;
    background-color: palegreen;
}

table {
    min-width: 20%;
    max-width: 100%;
    text-align: center;
}
    table.underline {
        border-bottom: 2px solid darkgreen;
    }


tr {
    vertical-align: middle;
    vertical-align: top;
    border-bottom: 1px solid darkgreen;
}

td {
    font-family: inherit;
    font-size: 1.0em;
    padding: 5px;
    max-width: 40%;
    text-align: center;
}

th {
    font-family: 'Baskerville Old Face';
    font-size: 1.1em;
    padding: 5px;
    background-color: lightyellow;
    color: whitesmoke;
}

input {
    font-family: inherit;
    font-size: 1.0em;
    text-align: center;
    margin: 0;
    padding: 1px 10px;
    background-color: palegoldenrod;
    text-shadow: 2px 2px 2px lightgreen;
    color: black;
    border-top: 2px solid lightgreen;
    border-left: 2px solid lightgreen;
    border-right: 2px solid darkgreen;
    border-bottom: 2px solid darkgreen;
    border-radius: 5px;
}

label {
    font-size: 1.0em;
    font-weight: bold;
}

textarea {
    font-family: inherit;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
    background-color: palegoldenrod;
    text-shadow: 2px 2px 2px lightgreen;
    border-top: 2px solid darkgreen;
    border-left: 2px solid darkgreen;
    border-right: 2px solid lightgreen;
    border-bottom: 2px solid lightgreen;
    border-radius: 2px;
}

select {
    background-color: lightgreen;
    color: green;
}
