@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    color: #212529;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 300;
}

strong {
	font-weight:bold;
}

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

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

h2{
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px 0;
}

h3 {
    margin: 0;
    font-weight: 500;
}

.word_links{
	background-color:#f8f9fa;
}

td.word_links a{
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    display: block;
    padding: 10px;
}

td.word_links a:hover{
	color: #eb6100
}