body {
    background-color: #000600;
    background-image: url('../img/background.png');
    background-repeat: repeat-x;
    background-position: center top;
    color: white;
    
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 80%;
}
a {
    color: #7f7;
}
a:hover {
    text-shadow: #080 0px 0px 10px;
}

#head q {
    margin-left: 25%;
    font-style: italic;
    color: #383;
}
#foot {
    background-image: url('../img/_head.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 90% 28px;
}

q {
    text-shadow: #000 0px 0px 4px, #000 2px 2px 3px;
}
h2 {
    font-size: 400%;
    text-shadow: #000 4px 4px 8px;
    text-transform: uppercase;
    color: #001A07;
    z-index: -1;
}
strong {
    position: relative;
    font-style: italic;
    font-size: 140%;
    left: -0.2eM;
    font-family: 'Constantia', sans-serif;
}
em, #authors span, #requirements span, #foot {
    color: #797;
}

td label {
    display: inline-block;
    padding-top: 4px;
    /*position: relative;
    top: 4px;*/
}

textarea,
input[type="text"] {
    color: #0F0;
    background: black;
    border: 1px solid green;
    padding: 3px;
}

