@charset "utf-8";
body {
	font-family: Helvetica, Arial, Lucida Sans Unicode;
	font-size: 1em;
	color: #041B4A;
	background-color: #C7C6C2;
}
cite {
	font-style: normal;
	margin: 5px 20px;
	display: block;
	line-height: 150%;
	text-indent: 25px;
}
figure {
	margin: 10px;
	text-align: center;
	text-decoration: none;
}

h1 {
	margin: 10px 20px;
	text-align: center;
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
	margin: 10px 20px;
	color: #2F0203;
	text-align: center;
}
h3 {
	margin: 10px auto;
	border-radius: 10px;
	background-color: #041B4A;
	color: #C7C6C2;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	width: 350px;
	text-align: left;
}
hr {
	border-color: #041B4A;
	border-style: dashed;
	width: 350px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 5px;
}

article p {
	margin: 5px 20px;
	text-indent: 25px;
	line-height: 150%;
}
sup {
	line-height: 0.1em;
}
sup a {
	text-decoration: none;
	color: #5C0507;
}

#Notes {
margin-bottom: 100px;
}
.righttext {
	line-height: 150%;
	text-align: right;
	text-indent: 0;
}

.word {
	margin: 5px;
	vertical-align: middle;
	width: 82px;
	height: 82px;
}
@media (min-width: 800px){
        .content {
        width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.2em;
                }
                
        }

