body
  {
    /*background: #000000 url('/StopThatRoach.png') top left fixed repeat;*/
    /*background-image: url('/static2.webp'), url('/StopThatRoach.png');*/
    background: url('/static.webp'), url('/static2.webp');
    background-color: #000000;
    background-position: center;
    margin: 0;
    padding: 0;
    font-family: courier, courier new, serif;
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    text-align: right;
  }
a         {color: #000000;}
a:visited {color: #000000;}
a:hover   {color: #a8a8a8;}
a.two:link    {color:#f8f8f8;}
a.two:visited {color:#f8f8f8;}
a.two:hover   {color:#a8a8a8;}
a.three:link    {color:#f8f8f8;}
a.three:visited {color:#f8f8f8;}
a.three:hover   {color:#f8f8f8;background-color:#000000;}
.blackbox
  {
    background: #000000;
    color: #f8f8f8;
    padding: 8px;
  }
.whitebox
  {
    background: #f8f8f8;
    color: #000000;
    padding: 8px;
  }
.topleft
  {
    position: absolute;
    top: 0;
    left: 0;
  }
.topright
  {
    position: absolute;
    top: 0;
    right: 0;
  }
.centerleft
    {
      position: absolute;
      top: 50%;
      bottom: 50%;
    }
.bottomleft
  {
    position: absolute;
    bottom: 0;
    left: 0;
  }
.bottomright
  {
    position: fixed;
    bottom: 0px;
    right: 0px;
  }
.center {
    margin: auto;
  }
  
/*
.fixed1
  {
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px;
  }
.fixed2
  {
    position: absolute;
    top: 0;
    right: 0;
  }
.fixed3
  {
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px;
    color: #f8f8f8;
  }
.fixed4
  {
    background: #000000;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px;
    color: #f8f8f8;
  }
*/