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

strong {
	font-weight:bold;
}

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

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

h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 24px 0;
}

h3 {
    font-weight: normal;
    font-size: 32px;
    margin: 0 0 16px 0;
}

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

.word_links {
    background-color: rgba(0,0,0,.03);
    padding: 8px;
}

hr {
    opacity: 0;
}