body {
    background: #222222;
    color: #ddd;
    font-family: sans-serif;
}

a {
    color: #6cb2ff;
}

a:visited {
    color: #b38cff;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 0.4em 0.8em;
    border-bottom: 1px solid #333;
}

tr:hover {
    background: #252525;
}

th {
    color: #fff;
}

hr {
    border: none;
    border-top: 1px solid #444;
}