@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Merriweather+Sans&display=swap');

body {
    font-family: 'Libre Baskerville', serif;
    color: rgb(75, 91, 117);
    font-size: 14px;
    line-height: 1.6em;
    padding: 20px;
}

strong {
	font-weight:bold;
}

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

body a:hover {
	color: #006783;
} 

h2{
	font-family: 'Merriweather Sans', sans-serif;
    color: #006783;
    font-weight: normal;
    font-size: 36px;
    line-height: 1.2em;
}

h3{
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: normal;
}

.word_links {
    background-color: #eee;
    padding: 5px 10px;
    font-size: 14px;
}

td.word_links a{
	text-decoration:none;
	color:#006783;
}

td.word_links a:hover{
	color: #006783;
}