body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #414345;
    line-height: 1.625;
}

strong {
	font-weight:bold;
}

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

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

h2{
    font-size: 32px;
    font-weight: bold;
    margin-top: 0;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    color: #000;
    line-height: 1em;
}

h3{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
}

.word_links{
	background-color: #f3f3f3;
    padding: 10px;
    font-size: 13px;
}

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

td.word_links a:hover{
	text-decoration:none;
    color: #8b6e4a;
}