    body {
        font-family:  sans-serif;
        padding: 10px;
        margin: 0;
        /*line-height: 150%;*/
        color: #333;
        background: #fff;
    }
    .title {
        font-size: 22px;
        font-weight: bold;
        color: #283044;
        line-height: 150%;
        /*margin-top: 24px;*/
        margin-bottom: 20px;
    }
    .h1 {
        font-size: 20px;
        color: #333;
        line-height: 150%;
        margin-top: 48px;
        margin-bottom: 32px;
    }
    .h2 {
        font-size: 18px;
        color: #333;
        line-height: 150%;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .h3 {
        font-size: 16px;
        color: #333;
        line-height: 150%;
        margin-top: 28px;
        margin-bottom: 20px;
    }
    .p {
        font-size: 14px;
        color: #333;
        line-height: 150%;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .p2 {
        /*padding-left: 8px;*/
        text-indent: 0.35em;
        font-size: 14px;
        color: #333;
        line-height: 150%;
        margin-bottom: 12px;
    }
    .link {
        /*font-weight: bold;*/
        text-decoration: none;
        color: #124EE6;
    }
    .strong {
        font-weight: bold;
        color: #283044;
    }
    .ultrastrong {
        font-weight: bold;
        /*font-style:italic;*/
        color: #283044;
    }
    .pright {
        font-size: 14px;
        color: #333;
        text-align: right;
        line-height: 150%;
        margin-top: 20px;
        margin-bottom: 36px;
    }