﻿ body {
        font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        padding: 40px 20px;
        margin: 0;
        background: #fff;
    }
    
    .title {
        font-size: 28px;
        font-weight: bold;
        color: #202224;
        margin-top: 12px;
        margin-bottom: 40px
    }
    .h1 {
        font-size: 20px;
        color: #222222;
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .h2 {
        font-size: 18px;
        color: #222222;
        margin-top: 24px;
        margin-bottom: 20px;
    }
    .h3 {
        font-size: 16px;
        color: #222222;
        margin-bottom: 20px;
    }
    .p {
        font-size: 16px;
        color: #222222;
        margin-bottom: 20px;
    }
    .p2 {
        /*padding-left: 20px;*/
        font-size: 16px;
        color: #222222;
        margin-bottom: 20px;
    }
    .link {
        font-weight: bold;
        text-decoration: none;
        color: #4498FA;
    }
    .strong {
        font-weight: bold;
        color: #E3170D;
    }
      .strongblue {
        font-weight: bold;
        color: #1E90FF;
    }