    body { background-image: url('pipesbg.png'); margin: 0px; font-family: Verdana; font-size: 12px; overflow: hidden}
    body a { color: #e25374; font-weight: bold }
    body a:hover { color: #f39eb1; font-weight: bold }
    @font-face { font-family: Penta; src: url(/stp/fs-pentagale.ttf); }
    .sideBar a { color: #90f000; text-decoration: none; font-weight: bold }
    .sideBar a:hover { color: white;  font-weight: bold }
    .sideBar { width: auto; height: 98%; display: inline-block; background-image: url('pipes.png'); background-repeat: no-repeat; background-color: #43081a; color: white; line-height: 113%; vertical-align:top; border: 3px solid transparent; border-radius: 3px;}
    .announcement { width: 100%; background-color: #ffe060; color: black; font-weight: bold; text-align: center; max-height: 16px}
    .mobile { width: 100%; background-color: #ffe060; color: black; font-weight: bold; text-align: center; display: none}
    .border { border: 16px solid transparent; border-image: url(/stp/purpleborder.png) 16 round; height: 100vh; width: 100%; }
    .rightBox { width: 80%; height: 98%; display: inline-block; background-color: #43081add; vertical-align:top; border: 4px solid transparent; border-radius: 3px; color: white; overflow-y: scroll}
    .homelinks {display: inline}
    .homelinks a {color: #90f000; font-weight: bold }
    .homelinks a:hover {color: white; font-weight: bold }
    @media screen and (max-width: 1020px) { .mobile {     display: block;   } }
    * { box-sizing: border-box; }
    /* SCROLLBAR */
::-webkit-scrollbar {  width: 6px; background-color: transparent}
::-webkit-scrollbar-track {
  border-radius: 6px;}
::-webkit-scrollbar-thumb {
  background: #9a082a; 
  border-radius: 4px;}
::-webkit-scrollbar-thumb:hover {
  background: #d2224b; }
  
audio::-webkit-media-controls-panel {background-color: #3c1976}
audio::-webkit-media-controls-current-time-display {text-shadow:none;font-family:Verdana;font-weight:bold}
audio::-webkit-media-controls-time-remaining-display {text-shadow:none;font-family:Verdana;font-weight:bold}