/* GH HEALTH — Original CSS (reconstructed from class names) */

/* Force our theme over OS high-contrast / forced-colors */
@media (forced-colors: active) {

    *,
    *::before,
    *::after {
        forced-color-adjust: none;
    }
}

body {
    font-family: "宋体", SimSun, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #283D23;
    margin: 8px;
}

a {
    color: #283D23;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

li {
    line-height: 1.6;
    list-style-type: square;
    font-size: 12px;
}

img {
    border: 0;
}

td {
    font-size: 12px;
}

hr {
    border: none;
}

/* style1 — link text in toolbar */
.style1 {
    font-size: 12px;
    color: #283D23;
}

.style1:hover {
    color: #CC0000;
}

/* style11 — GH Health header outer */
.style11 {
    font-size: 28px;
    font-weight: bold;
    color: #283D23;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 2px;
}

/* style12 — G letter */
.style12 {
    font-size: 36px;
    color: #CC0000;
}

/* style13 — H letter */
.style13 {
    font-size: 36px;
    color: #336633;
}

/* style16 — navigation bar */
.style16 {
    font-size: 12px;
    color: #666666;
}

.style16 a {
    color: #666666;
}

.style16 a:hover {
    color: #CC0000;
}

/* style18 — sidebar section title */
.style18 {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

/* style20 — ICP footer */
.style20 {
    font-size: 11px;
    color: #999999;
}

.style20 a {
    color: #999999;
}

/* style23 — sidebar animation header */
.style23 {
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 4px;
}

/* style25 — general text / links */
.style25 {
    font-size: 12px;
    color: #283D23;
}

.style25 a {
    color: #283D23;
}

.style25 a:hover {
    color: #CC0000;
}

/* style27 — article title */
.style27 {
    font-size: 16px;
    font-weight: bold;
    color: #283D23;
    line-height: 1.4;
}

/* style30 — article content body */
.style30 {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}