body {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #373737;
    line-height: 1.4em;
    padding: 20px;
}

strong {
    font-weight: bold;
}

body a,
a:link,
a:visited {
    color: #002f5e;
    text-decoration: none;
}

body a:hover {
    color: #87163e;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 20px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    font-weight: 600;
    color: #002f5e;
}

h2 {
    font-family: georgia, serif;
    font-size: 41px;
    color: #002f5e;
    font-weight: bold;
    letter-spacing: -.02em;
    margin: 0 0 20px 0;
    line-height: 1em;
    transform: scaleX(.9);
    transform-origin: left;
}

table {
    margin: 20px 0;
}

.word_links {
    background: #fafafa;
}

td.word_links a {
    text-decoration: none;
    color: #002f5e;
    font-size: 12px;
    display: block;
    padding: 4px 8px;
    font-size: 15px;
}

td.word_links a:hover {
    color: #87163e;
}

hr {
    opacity: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    border-bottom: 1px solid #dad8d6;
    margin-bottom: 30px;
}

li li {
    border: none;
}