body {
    background-color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #000;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

body.blog {
    background-color: #000;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    color: #eee;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

body.blue {
    background-color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

.c {
    width: 350px;
    margin: 10px auto 0 auto;
    padding: 5px;
    text-align: left;
    line-height: 1.2;
}

p1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

p2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

p3 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12.5px;
    color: #0012ff;
    margin-bottom: 20px;
}

p4 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

p {
    margin-bottom: 16px;
}

p5 {
    margin-bottom: 16px;
    color: #000;
}

blockquote {
    margin-left: 20px;
    font-size: 12.5px;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 20px;
}

blockquote2 {
    margin-left: 20px;
    font-style: italic;
    color: #000;
    line-height: 1.2;
    margin-bottom: 20px;
}

.caption {
    margin-left: 20px;
    font-size: 8px;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #eee;
    line-height: 1.2;
    padding: 6px 6px;
    display: inline;
}

.caption a {
    color: #000fff;
}

a {
    color: #1088cc;
    text-decoration: none;
    font-family: serif;
    font-size: 16px;
}

a:hover {
    color: #777;
}

.caption a {
    font-size: 8px;
    padding: 6px 8px;
    display: block;
    margin-left: 20px;
    color: #0000ff;
    font-style: normal;
}


.fixed-width-img {
  width: 300px;
  height: auto;
}


.i-i {
    font-style: italic;
    text-indent: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}