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

strong {
	font-weight:bold;
}

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

a:hover {
    color: #800000;
} 

h2 {
    position: relative;
    color: #800000;
    font-size: 48px;
    font-weight: 400;
    line-height: 1em;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 25px;
    margin: 0 0 16px 0;
    text-transform: uppercase
}

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

.word_links {
    background-color: #f1f1f1;
    padding: 8px;
}

.word-links a {
    text-decoration: none;
}

hr {
    opacity: 0;
}