
body {
    background-color: black;
    color: white;
    font-family: sans-serif;
}
a {
    color: #00f;
}
table {
    width: 100%;
    border-collapse: collapse;
}
td, th {
    border: 1px solid #444;
    padding: 8px;
}
tr:nth-child(even) {
    background-color: #222;
}
input, textarea, select {
    background-color: #111;
    color: white;
    border: 1px solid #444;
}
