* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14pt;
	color: #1A2865;
	font-family: Helvetica, Arial, sans-serif;
}

p {
	text-align: justify;
	margin-bottom: 1em;
	text-indent: 0em; 
} 

img {
	align-items: center;
	justify-items: center;
}

.hidden {
	display: none;
}

figcaption {
	color: #1A2865;
	font-style: italic;
	padding: 1em;
	text-align: center;
	font-size: 10pt;
	justify-items: center;
	text-decoration: none;
} 

li {
	list-style: circle;
	margin-left: 1em;
	text-align: left;
}

h1 {
	font-size: 32pt;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

h2 {
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
	text-decoration: underline;
	font-size: 25pt;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 20pt;
	text-align: left;
	margin-bottom: 0.5em;
}

h4 {
	font-size: 14pt;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0.5em;

}

h5 {
	font-size: 12pt;
	margin-bottom: 0em;
	text-align: left;
}

