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

strong {
	font-weight:bold;
}

body a, a:link, a:visited {
	color: #004990;
    text-decoration: underline;
}

body a:hover {
	color: #004990;
    text-decoration: none;
} 

h2 {
    font-size: 36px;
    color: #0A3257;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0 0 24px 0;
}

h3 {
    color: #0A3257;
    font-weight: normal;
    font-size: 28px;
    margin: 0 0 16px 0;
}

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

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

hr {
    opacity: 0;
}