html
{
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  width: 100%;
  height:100%;
  background-color: black;
  border: none;
  padding: none;
}

body 
{
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0pt;
  padding: 0pt;
  align-items: flex-start;
  border: none;
  background-color: black;
}

.title
{
  text-align: left;
}

.title img
{
  width: 100%;
}

.page 
{
  width:40em;
  min-height:100%;
  background-color:white;
  color: #202020;
  border: none;
  vertical-align: top;
}

.title
{
}

.navigation 
{
  width:100%;
  border-bottom:solid thin;
  border-top:solid thin;
  border-color:black;
  background-color: #202020;
  color: white;
  text-align:left;
  font-size: large;
  width: 100%;
  padding-top: 0pt;
  padding-bottom: 0pt;
  margin-bottom: 2pt;
}

.navigation b
{
  font-size: 110%;
}

.text
{
  height:100%;
  margin-top: 3pt;
  margin-bottom: 3pt;
  padding-left: 6pt;
  padding-right:6pt;
}

.footer
{
  padding: none;
  border: none;
  background-color: black;
}

iframe
{
  width: 100%;
  min-height: 80em;
  border:none;
  margin:none;
  padding:none;
}

.navigation a
{
  font-size: 90%;
  color: white;
}

.navigation a:link
{
  text-decoration: none;
}

.navigation a:visited
{
  text-decoration: none;
}

.navigation a:active
{
  text-decoration: none;
}

.navigation a:hover
{
  color: white;
  text-decoration: underline;
}

h1
{
  font-size: x-large;
  font-weight: normal;
  color: #202020;
}

h2
{
  font-size: large;
  font-weight: normal;
  color: #202020;
}

h3
{
  font-size: large;
  font-weight: normal;
  color: #202020;
}

h4
{
  font-size: large;
  font-weight: normal;
  color: #202020;
}

p 
{
  border-left:2em;
  border-right:2em;
  text-align:justify;
  width: 100%;
  font-size: medium;
  line-height: 1.4;
  color: #202020;
}

a
{
  font-size: medium;
  color: black;
  text-decoration: none;
}

a:link
{
  color: black
  text-decoration: none;
}

a:visited
{
  color: black
  text-decoration: none;
}

a:active
{
  color: black
  text-decoration: none;
}

a:hover
{
  color: black;
  text-decoration: underline;
}