body {
    font-family: Arial, ​sans-serif;
    font-size: 13px;
    color: #000000;
}

strong {
    font-weight: bold;
    font-style: italic;
}

body a,
a:link,
a:visited {
    color: #000000;
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    text-decoration-thickness: 0.125rem;
    text-underline-offset: 0.375rem;
    text-decoration-color: #B21F2C;
    font-weight: 700;
    transition: 0.3s text-decoration-color ease-in-out, 0.3s color ease-in-out;
}

body a:hover {
    color: #0A3255;
    text-decoration-thickness: 0.3rem;
    transition: 0.3s text-decoration-color ease-in-out, 0.3s color ease-in-out;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #000000;
    font-weight: bold;
}

h3 {}

.word_links {
    background-color: #00549a;
}

td.word_links a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

td.word_links a:hover {
    text-decoration: underline;
}