body {
    padding: 16px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

#footer {
    border: 1px black solid
}

p#notice {
    font-weight: bold;
    color: blue;
}

#sourcetext {
    width: 400px;
    height: 250px;
}

#resulttext {
    width: 400px;
    height: 250px;
}


div#uploadarea {
    border: 4px solid gray;
    width: 400px;
    height: 128px;
}

a.dllink {
    display: none;
}

#tablewrapper table {
    border-collapse: collapse;
}

#tablewrapper table, #tablewrapper table td, #tablewrapper table th {
    border: darkgray 1px solid;
}

#tablewrapper table th {
    background-color: beige;
}
