@font-face {
    font-family: 'vp_sansregular';
    src: url(../fonts/vpsans-regular-webfont.eot);
    src: url(../fonts/vpsans-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/vpsans-regular-webfont.woff) format('woff'), url(../fonts/vpsans-regular-webfont.ttf) format('truetype'), url(../fonts/vpsans-regular-webfont.otf) format('truetype');
}

body, ul, li, div, p {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    color: #464650;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.container {
    max-width: 540px;
    margin: auto;
    padding: 0 16px;
}

    .container h1 {
        font-weight: 500;
        font-size: 24px;
        font-family: vp_sansregular;
        margin-bottom: 24px;
    }

    .container .content {
        line-height:23px;
    }

        .container .content p {
            margin-bottom: 22px;
            font-size: 16px;
            line-height: 23px;
        }
