.background-darkgrey
{
    BACKGROUND: #212a2e;
    PADDING: 85px 25px;
}

.background-darkgrey,
.background-darkgrey *
{
    COLOR: #ffffff;
}

.background-darkgrey H1,
.background-darkgrey H2,
.background-darkgrey H3
{
    COLOR: #9ba5aa;
}

.background-darkgrey A:not(.button)
{
    COLOR: #e5b865;
}

.background-darkgrey A:not(.button):hover
{
    COLOR: #6a3b1e;
}