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

strong {
	font-weight:bold;
}

body a, a:link, a:visited, a:hover {
	color: #174e87;
    text-decoration: underline dotted 1px #174e87;
}

body a:hover {
} 

h2 {
    position: relative;
    padding: 0 0 30px 0;
    color: #203245;
    font-size: 35px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 30px 0;
}

h2:after {
    content: '';
    display: block;
    width: 150px;
    bottom: 0;
    height: 2px;
    background: #203245;
    position: absolute;
}

h3 {
    color: #174e87;
    font-weight: normal;
    font-size: 32px;
    margin: 0 0 16px 0;
}

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

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

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

hr {
    opacity: 0;
}