@charset "utf-8";
/* CSS Document */

body, h1, h2, figure {
    margin: 0;
    padding: 0;
  }

h1, h2, h3, h4, figcaption, .caption {
    font-family: Arial, sans-serif;
}

p, h1, h2, h3, h4 {
	width: 92%;
}


.pagecontainer {
  max-width: 740px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

p.text {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9rem;
  text-align: justify;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.3;
}

p.text-no-top {
  font-family: "Times New Roman", Times, serif;
  font-size: 0.9rem;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.spacer42 {
	height: 42px;
}

h3 {
	margin-bottom: 0px;
}









