/* All of the hex colours were found on this page: https://discordapp.com/branding */

body {
background-color:#2C2F33;
color:#FFF;
font-family: "Times New Roman";
}

/* unvisited link */
a:link {
    color: #7289DA;
}

/* visited link */
a:visited {
    color: #7289DA;
}

/* mouse over link */
a:hover {
    color: #7289DA;
}

/* selected link */
a:active {
    color: #7289DA;
}

table {
    border-collapse: collapse;
}

td, th {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #23272A;
}