@font-face {
  font-family: "MxPlus IBM VGA 8x16";
  src: url("../resources/font/IBM-VGA-8x16/MxPlus_IBM_VGA_8x16.eot"); /* IE9 Compat Modes */
  src: url("../resources/font/IBM-VGA-8x16/MxPlus_IBM_VGA_8x16.eot?#iefix") format("embedded-opentype"), url("../resources/font/IBM-VGA-8x16/WebPlus_IBM_VGA_8x16.woff2") format("woff2"), url("../resources/font/IBM-VGA-8x16/WebPlus_IBM_VGA_8x16.woff") format("woff"), url("../resources/font/IBM-VGA-8x16/MxPlus_IBM_VGA_8x16.ttf") format("truetype"), url("../resources/font/IBM-VGA-8x16/MxPlus_IBM_VGA_8x16.svg#MxPlus_IBM_VGA_8x16") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "MxPlus IBM VGA 8x16", "Consolas", "Courier New", Courier, monospace, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  background-color: black;
  color: silver;
  display: block;
}

a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

a:visited {
  color: white;
}

a:hover {
  background-color: teal;
  text-decoration: underline;
}

.linkSelected {
  color: white;
  background-color: maroon;
}

p {
  margin: 0;
}

.imageBackground {
  background-image: url("../resources/image/stars.png"), url("../resources/image/stars.jpg"), url("../resources/image/stars.gif");
  background-size: auto 100%;
  image-rendering: optimizeSpeed; /* STOP SMOOTHING, GIVE ME SPEED  */
  image-rendering: -moz-crisp-edges; /* Firefox                        */
  image-rendering: -o-crisp-edges; /* Opera                          */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: pixelated; /* Universal support since 2021   */
  image-rendering: optimize-contrast; /* CSS3 Proposed                  */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+ */
  height: 100%;
}

.johnvertisement {
  margin-top: 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 732px;
  width: 100%;
  height: 94px;
  border: none;
}

h6 {
  color: white;
  font-weight: normal;
  font-weight: lighter;
  font-size: 8px;
  font-size: 0.5rem;
}

P {
  font-size: 12px;
  font-size: 0.75rem;
}

/*# sourceMappingURL=common.css.map */
