body {
    background: #000;
    color: #fff;
    font-family: Arial, sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #f00;
}

th, td {
    color: #fff;
}

hr {
    display: none;
}