
<style type="text/css">

/* ===== CircleOmega stylesheet v4.02 ===== */

  body { color: #00ffff; background: #000000; }
  body { font-size: 90%; }
  body { margin-left: 05%; margin-right: 05%; text-align: justify; }
  body { font-family: Verdana, Tahoma, Arial, "Lucida Sans Unicode", sans-serif; }

  a[href]         { text-decoration: none !important; }
  a[href]         { color: #00ff00 !important; background: #000000 !important; }
  a[href]:hover   { color: #ff7777 !important; background: #000000 !important; }
  a[href]:visited { color: #bbddff !important; background: #000000 !important; }

  table { font-size: 100%;
          font-family: Verdana, Tahoma, Arial, "Lucida Sans Unicode", sans-serif;
  }

  pre   { font-size: 100%;
          font-family: Fixedsys, monospace;
  }

  h1    { font-size: 250%;
          font-family: Lucida Console, Arial, Lucida Grande, Helvetica, monospace;
  }

  h2    { font-size: 125%;
          font-weight: bold;
          font-family: Lucida Console, Arial, Lucida Grande, Helvetica, monospace;
  }

  h3    { font-size: 100%;
          font-weight: normal;
          font-family: "Palatino Linotype", serif;
  }

  img   { border: 0px;
          max-width: 100%;
  }

/* ===== Scrollbar CSS ===== */

  /* Firefox (standardised) */
  @supports (-moz-appearance: none) {
    * {
      scrollbar-width: auto;
      scrollbar-color: #2288ff #000000;
    }
  }

  /* Chrome, Edge, and Safari (webkit) */
  *::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #000000;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #2288ff;
    border-radius: 8px;
    border: 0px none #ffffff;
  }

</style>
