body {
    background: #111;
    color: #ddd;
    font-family: Arial, sans-serif;
}

a { color: #ff4444; }

.table a:hover {
    text-decoration: underline;
}

.page-item.active .page-link {
    background: #900 !important;
    border-color: #f00 !important;
}

.nav-link:hover {
    color: #f00 !important;
}