.box_hl {
color: #FFFFFF;
background-color: #FD6623;
display: inline-block;
float: left;
font-weight: bold;
}

.bt,
.tf {
border: 1px solid #0E2675;
}

.table1 {
border-top: 1px solid #0E2670;
border-left: 1px solid #0E2670;
}

.table2 {
border-top: 1px solid #0E2675;
border-left: 1px solid #0E2675;
}

.table3 {
border-top: 2px dashed #FFA500;
border-left: 2px dashed #FFA500;
}

.table_box {
background-color: #F2F4FE;
border: 1px solid #0E2675;
}

.td1 {
vertical-align: top;
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 6px 6px 6px 6px;
}

.td2 {
vertical-align: top;
line-height: 14px;
border-right: 1px solid #0E2675;
border-bottom: 1px solid #0E2675;
padding: 2px 2px 2px 2px;
}

.td3 {
vertical-align: top;
border-right: 2px dashed #FFA500;
border-bottom: 2px dashed #FFA500;
}

.text {
font-size: 12px;
line-height: 22px;
}

A:HOVER {
text-decoration: underline;
}

A {
text-decoration: none;
color: 0E2675;
}

BODY {
font-family: Verdana, Geneva, Helvetica, sans-serif;
background-color: #FFFFFF;
border: none;
padding: 4px;
}

DIV, P, TD, TH, UL, LI {
font-size: 14px;
}

H1 {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 18px;
color: 0E2675;
}

H2 {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 14px;
color: 0E2675;
}

H3 {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 11px;
color: #0E2675;
font-weight: 100;
}

H4 {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 10px;
color: 0E2675;
}

H5 {
font-family: Verdana, Geneva, Helvetica, sans-serif;
font-size: 9px;
color: 0E2675;
}

INPUT {
font-size: 10px;
}

P, LI {
line-height: 20px;
}

TH {
font-size: 12px;
background-color: F0F0FF;
padding: 3px;
}

@media (prefers-color-scheme: dark) {
A:VISITED {
color: #FF400D;
}

A {
color: #FE7B3E;
}

BODY {
color: #EDEDED;
background-color: #0B0B0B;
}

H1,
H2,
H3,
H4,
H5 {
color: #728FEE;
}
}

