body {
    background-color: #191825;
    color: #865DFF;
}

a {
    color: #865DFF;
}

a:hover {
    color: #6231f7;
    background-color: #FFA3FD;
}

caption {
    font-weight: bold;
    font-size: 33pt;
    text-transform: uppercase;
    color: #FFA3FD;
}

table.table {
    margin: 40px auto;
    border-collapse: collapse;
}

.table th, .table td {
    border-top: 2px solid #865DFF;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    height: .75in;
    font-weight: bold;
    font-size: 15pt;
}

.table th {
    text-transform: uppercase;
    color: #FFA3FD;
}