body {
  background-color: white;
  background-image: url("/styleimg/background.png");
  image-rendering: pixelated;
}

.genericbox {
  background-color: white;
  border: 1px solid black;
  padding: 2px 5px;
  }
  
footer {
    bottom: 0;
    width: 100%;
}

.footer-p
{
  text-indent: 0px;
  font-size: 10px;
}

.footer-span
{
  background-color: white;
  padding: 0px;
}

ul
{
  font-family: Monospace;
  font-size: 16px;
  list-style-type:square;
}

.navigationlist
{
  font-family: Monospace;
  font-size: 12px;
  list-style-type:none;
  float: left;
  text-decoration: none;
  padding: 2px;
}

h1 {
  color: black;
  font-family: Sans-serif;
   text-align: center;
   font-size: 28px;
}
h2 {
  color: black;
  font-family: Sans-serif;
  text-indent: 50px;
  font-size: 20px;
}

.pagetitle {
  height: 35px;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

p {
  color: black;
  font-family: Monospace;
  text-indent: 50px;
  font-size: 18px;
}

img{
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
  }

.ImgInfo 
{
  text-indent:0px; 
  font-size:10px;
  text-decoration: none;
}

.ImgDiv
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;  
  padding: 1px;
}

a {
  font-family: Monospace;  
  text-decoration: none;
}

a:link {
  color: blue;
}

a:visited {
  color: red;
}

a:hover {
  color: blue;
}

a:active {
  color: blue;
}