body {
    background: black;
    color: white;
    font-family: Verdana;
    font-size: 1.2em;
}

#header {
    font-size: 1.2em;
    font-weight:bolder;
}

hr {
    border: 1px solid #eee;
}

#search_table {
    border: 0px;
}

a {
    text-decoration: none;
    color: yellow;
}

a:hover {
    color: white;
    text-decoration: underline;
}

select {
    background: black;
    color: white;
    font-size: 1em;
}

.button {
    background: black;
    color: yellow;
    font-size: 1em;
}

h1 {
    font-size: 1em;
}