* {
    font-family: 'Abel', sans-serif;
}

body {
    /*background-color: #D11F2D;*/
    /*background-color: #0077B5;*/
    background-color: #0E1111;
}

td {
    padding: 10px;
}

p {
    font-size: 18px;
}

a:visited, a:active, a:hover {
    text-decoration: none;
}

.large {
    font-size: 22px;
}

.indent {
    text-indent: 20px;
}

.white {
    color: white !important;
    text-decoration: none;
}

.blue {
    color: #0077B5;
}

.gold {
    color: #FFA500;
    white-space: nowrap;
}

.green {
    color: lawngreen;
}