.article-content{
    color: #454545;
    font-size: 16px;
    line-height: 2em;
}

.article-content p{
    margin-bottom: 8px;
}

.article-content a{color:#0099ff;text-decoration:underline;}
.article-content a:link, .article-content a:visited{color:#0099ff;text-decoration:underline;}
.article-content a:hover, .article-content a:active{color: #4bb5ff;}

.article-content h2,
.article-content h3,
.article-content h4 {
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 12px;
}

.article-content h2{
    color: #0077ff;
    font-size: 24px;
}

.article-content h3{
    color: #2095ff;
    font-size: 20px;
}

.article-content h4{
    color: #007685;
    font-size: 18px;
}

.article-content strong{
    font-weight: bold;
}

.article-content ul,
.article-content ol{
    margin-left: 1em;
    margin-bottom: 15px;
}

.article-content ul li,
.article-content ol li{
    list-style: square;
    line-height: 1.4em;
}

.article-content ul li strong,
.article-content ol li strong{
    color: #454545;
}

.article-content img{
    max-width: 100%;
}

table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid #cccccc;
    padding: 5px 8px;
}

.links-body,
.simple-link{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    box-sizing: border-box;
}

.links-body{
    gap: 8px;
}

.simple-link{
    padding: 6px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    width: 100%;
}

.simple-link>span:nth-child(1){
    color: #454545;
    font-size: 14px;
}

.simple-link>span:nth-child(2){
    color: #999999;
    font-size: 12px;
}

.simple-link:hover{
    border: 1px solid #0099ff;
}

.simple-link:hover span{
    color: #0099ff;
}