body
{
    font-family: 'Open Sans';
    font-weight: lighter;
    background-image: url(../assets/background-karl.png);
    background-color: #000000;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right top;
    color: #e2e2e2;
    padding: 50px;
    background-size: cover;
}

a#contact_me
{
    text-decoration: none;
    color: inherit;
}

a#contact_me:hover
{
    text-decoration: underline;
}

a#contact_me:visited
{
    color: #ffffff;
}

a#contact_me:active
{
    color: #ff9451;
}


::selection {
    background: #ff9451;
}

::-moz-selection {
    background: #ffb7b7;
}