
body {
  background-color: white;
  color: black;
  text-align: left;
  font-size: 20px;
  margin-left: 250px;
  margin-right: 250px;
  font-family: "Arial";
}
#logo {
 text-align: right; 
}
#hdrcontent {
 padding-left: 10px;
 padding-top: 10px;
 padding-bottom: 5px;
 padding-right: 5px;
}

#headerwords {
 word-spacing: 20px 
}
.centertext{
 text-align: center;
}
.DefaultText {
    background-color: white;
  color: black;
  text-align: left;
  font-size: 20px;
  margin-left: -250px;
  margin-right: -250px;
  font-family: "Times New Roman";
}
.header {
  position: sticky;
  left: 50px;
  top: 0;
  display: flex;
  align-items: center;
  background-color: rgb(227,227,227);
  border-width: 1px;
  border-color: rgb(227,227,227);
  border-radius: 5px;
  font-size: 25px;
}
.sideheader {
 top: 20px;
 float: left;
 position: relative;
}
.footer {
  position: fixed;
  right: 0;
  bottom: 0;
  text-align: right;
  padding: 20px;
}
.footer2 {
  position: fixed;
  left: 10px;
  bottom: 10px;
  text-align: left;
  font-size: 10px;
  font-weight: 300;
  color: gray;
  font-family: "Lucida Sans Unicode"
}
a:link {
    color: hsl(36,50%,50%);
}
a:hover {
    color: hsl(36,100%,50%);
}
h1 {
  color: black;
}
h2 {
 padding: 40px 
}
h6 {
    border-style: solid;
  border-width: 2px;
}
.secret1 {
 font-family: "Lucida Sans Unicode"; 
}
