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

strong {
    font-weight: bold;
}

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

body a:hover {
    color: #008197;
    text-decoration: underline;
}

h2 {
    font-family: georgia;
    position: relative;
    color: #007d43;
    font-size: 48px;
    font-weight: bolder;
    line-height: 1em;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 24px;
    margin: 0 0 16px 0;
    font-weight: normal;
}

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

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

hr {
    opacity: 0;
}