body {
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 7%;
	background-image: url('./img/back.jpg')
}
blockquote {
	margin-right: 45px;
	margin-left: 45px;
	font-style: italic;
}
h1 {
	font-weight: bold;
	font-size: xx-large;
	font-family: sans-serif;
}
h2 {
	font-weight: bold;
	font-size: x-large;
	margin-top: 40px;
}
h3 {
	font-weight: bold;
	font-size: large;
	margin-top: 25px;
}
img {
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	margin: 10px;
}
.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }
div.nota_text {
	font-size: small;
}
div.caption {
	font-style: italic;
	text-align: center;
	font-size: small;
}
span.nota_num {
	vertical-align: super;
	font-size: x-small;
}
hr {
	margin-top: 70px;
}
div.appendix {
	font-family: monospace;
}
a:link {text-decoration: none}
a:hover {text-decoration: underline}
a:visited {text-decoration: none}