body {
    text-align: center;
    font: small 'Lucida Grande', Sans-Serif;
    background-color: #000000;
    color: #D6D6D6;
}

div.missive {
}

a:link { color: #D6D6D6 }
a:visited { color: #ABABAB}
a:hover { color: #D6D6D6 }
a:focus { color: #D6D6D6 } 

input, textarea {
    border: thin solid #D6D6D6;
    font: 0.9em 'Lucida Grande';
    color: #D6D6D6;
    background-color: transparent;
}

input.field {
    width: 24em;
}

textarea.message {
    width: 24em;
    height: 24em;
}

input.dispatch {
    width: 8em;
    margin-left: 16em;
}
    
