h1 {
	position: relative;
	font-size: 27px;
	font-family: Verdana, sans;
	color: black;
	font-weight: bold;
	margin-top: 5px;
  margin-bottom: 15px;
}

p {
	font-family: Verdana, sans;
	color: black;
	font-size: 13px;
	text-align: justify;
	font-weight: normal;
	margin-top: 10px;
  margin-bottom: 10px;
}

body {
	font-family: Verdana, sans;
}

