
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700%7CRoboto:100,300,400,700");

body {
    font-family: 'roboto',Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #444;
    -webkit-text-size-adjust: 100%;
    line-height: 1.65em;
    padding: 30px;
}

strong {
	font-weight:bold;
}

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

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

h2 {
    all: unset;
    color: #006633;
    margin: 0px 0px 20px;
    line-height: 1.1em;
    font-size: 50px !important;
    font-weight: 700;
    font-family: "Roboto Slab";
    letter-spacing: 0px;
    text-transform: none;
    display: block;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: "Roboto Slab";
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
}

.word_links {
    background-color: #eaeaea;
    padding: 5px 10px;
}

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

td.word_links a:hover{
	text-decoration:underline;
}