html {
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

body {
    background: #ffffff;
    color: #888888;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    padding: 4em 4em 4em;
}

h4 {
    color: #222;
    line-height: 2.0;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 1em;
}

a {
    color: #666666;
}

b, strong {
    font-weight: 600;
}

img {
    background: transparent;
    border: none;
    display: block;
    margin: 1.3em auto;
}

