body {
    font-family: arial, sans-serif;
    color: #112e51;
    font-size: 16px;
    line-height: 1.3em;
    padding: 24px;
}

strong {
    font-weight: bold;
}

a,
a:link,
a:visited {
    color: #112e51;
    text-decoration: none;
}

a:hover {
    color: #166484;
}

h2 {
    position: relative;
    font-size: 48px;
    font-weight: 800;
    line-height: 1em;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 16px 0;
}

p {
    margin: 0 0 24px 0;
    line-height: 1.3em;
}

.word_links {
    background-color: #f9f9f9;
    padding: 8px;
}

.word-links a {
    text-decoration: none;
}

hr {
    opacity: 0;
}