h1, h2, h3, h4, h5, h6 { font-family: var(--ui-font), sans-serif; }
.wp_articlecontent, .wp_articlecontent p { line-height: 1.5em; color: rgb(51, 51, 51); }
.wp_articlecontent table { margin-bottom: 10px; border-collapse: collapse; display: table; }
.wp_articlecontent table td { background: white; padding: 5px 10px; border: 1px solid transparent; }
.wp_articlecontent a { text-decoration: none; color: rgb(51, 51, 51); }
.wp_articlecontent a:hover { text-decoration: underline; color: rgb(204, 0, 0); }
.wp_articlecontent a:visited { }