html {
    background-color: #99bb57;
}

body {
    margin: 0 auto;
    padding: 2em 2em;
    max-width: 800px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
}

h1, h2, h3, h4, h5, h6 {
    color: #b0151a;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

img {
    margin: 1.3em auto;
    max-width: 95%;
}


.wrapper {
    width: 600px;
    margin: auto;   
}

figcaption {
    font-size: 11px;
    line-height: 12px;
}

.cell{
    float: left;
    width: 33%;
    text-align: center;
}

#footer {
    font-size: 9px;
    text-align: center;
    margin-top: 30px
}

.clear {
    clear: left;
}
