body, html {
    text-align: center;
    background-color: black;
    color: white;
    font: normal 12pt Verdana, "sans-serif";
}

table {
    border: none;
    border-collapse: collapse;
}

th {
    text-align: center;
    color: white;
    padding: 0.25em 1em;
    border: 1px solid #333366;
}

td {
    text-align: center;
    padding: 0px;
    border: 1px solid #333366;
    background-color: #333366;
}

input#slideshowfile {
    background: black;
    color: white;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid white;
    border-left: none;
}

select {
    background: black;
    color: white;
}

input.bar {
    background: #333366;
    border: none;
    color: white;
    font: bold 10pt Verdana;
    padding: 3px;
    width: 100%;
}

th.colhead input.button {
    margin-left: 1em;
}

#instructions {
    display: none;
}


