body {
    margin:2em;
    font-size: 1.2em;
    text-align: center;
    color:#666;
    font-family: "aktiv-grotesk-std", Hevetica, Arial;
    font-weight: 300;
    line-height: 1.5em;
    background: #fff;
}

h1 {
    font-weight: 100;
    font-style: italic;
    font-size: 48px;
    margin: 20% 0 10px;
}

p {
    max-width: 650px;
    margin:0 auto 0.3em;
}

a {
    color:#de6b40;
}

strong {
    font-weight: 700;
}

img {
    max-width:600px;
    width:100%;
}