h1 {
	text-align: center;
	font-family: verdana;
	color: black;
	font-size: 3em;
	margin-block-start: 0.25em;
    margin-block-end: 0.25em;
}
h2 {
	text-align: center;
	font-family: verdana;
	color: black;
	font-size: 2em;
}
h3 {
	text-align: center;
	font-family: verdana;
	font-size: 2em;
	color: black;
}
h4 {
	text-align: center;
	font-family: verdana;
	font-size: 2em;
	color: black;
}
h5 {
	text-align: center;
	font-family: verdana;
	font-size: 2em;
	color: black;
}
h6 {
	text-align: center;
	font-family: verdana;
	font-size: 2em;
	color: black;
}
a {
	text-decoration: none;
	font-size: 2 em;
	color: black;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: sticky;
  top: 0;
}
li {
  float: left;
}
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #111;
}
body {
	scroll: auto;
}
p {
	text-align: center;
	font-family: times new roman;
	font-size: 25px;
	color: #444952;
}
p.p-disclaimer {
	text-align: center;
	font-family: times new roman;
	font-size: 15px;
	color: grey;
}
p.p-header {
	text-align: center;
	font-family: verdana;
	font-size: 2em;
	color: black;
	font-weight: bold;
}