div {
	  display: block; 
	  background: white; 
	  color: black;
	  text-align:justify;
	  font-family: Open Sans;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 33px;
	  padding-left: 33px;
	  padding-right: 33px;
	  width: 960px;
	  border: solid brown 1px;
	  border-radius: 1px;
}
h1 {
	  font-weight: bold;
	  font-size: 1.3em;
	  text-align: center;
	  color: black;
}
h2 {
	font-weight: normal;
	font-size: 1.3em;
	text-align: center;
	color: black;
	font-style: normal;
	color: brown;
}
h3 {
	font-weight: normal;
	font-size: 1em;
	text-align: left;
	color: black;
	font-style: italic;
	color: brown;
}
p {
	text-indent: 2em;
	font-size: 1em;
	color: black;
	margin-top: 15px;
}

p::first-letter
{ 
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}
img {
	width: 100%;
	max-width: 550px;
	height: auto;
	position: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: solid brown 2px;
	border-radius: 7px;
}

a {
	display: block; 
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: left;
	font-size: 1em;
}

li
{ 
	text-indent: 0em;
	font-size: 1em;
	font-weight: normal;
}