body {
    font: 15px/1.5em 'Century Gothic', 'Trebuchet MS', 'Helvetica', sans-serif;
    background: #43494f;
    text-shadow: 1px 1px 2px #333;
}

#content {
    margin: 0px 15%;
}

#gone,
#about-me {
    color: White;
    padding: 2em 1em 2em 160px;
    text-align: justify;
    border-top:    1px dashed #999;
    border-bottom: 1px dashed #999;
}

h1 {
    font-size: 40px;
    font-weight: normal;
    font-style: italic;
    text-align: right;
    margin: 0;
    background: #43494f url('/hassky_logo.jpg') left center no-repeat;
    padding: 2em 1em 2em 130px;
    color: #cf6;
    line-height: 1.1em;
}

a {
    color: #6cf;
}

a:hover {
    color: #cf6;
}

#copyright {
    font-size: 80%;
    color: #ccc;
    margin:  3em 0;
    text-align: center;
}

@media print {
    * {
        color: black !important;
        text-shadow: none !important;
        background: none !important;
    }
    
    h1 {
        padding: 1em 0;
    }

    #about-me {
        padding: 0;
        border: none;
        text-align: left;
    }

    a {
        text-decoration: none;
    }
}
