body{
  background-color:rgb(17,16,13);
  background-image:url("/img/dark-mosaic.png");
  font-size:100%;
  font-family:Nunito,"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color:#f0d7b3;
  /*color:#ffe5c1;*/
  text-shadow:4px 4px 1px rgba(0,0,0,0.3);
  margin:0px;
}

.bg-l{
  position:fixed;
  width:22%;
  height:100%;
  left:0px;
  background-image:url("/img/PS_AID_LeftBG_lo.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  background-color:#070900;
  background-position:left top;
}.bg-r{
  background-color:rgb(3,4,0);
  position:fixed;
  width:22%;
  height:100%;
  right:0px;
  background-image:url("/img/PS_AID_RightBG_lo.jpg");
  background-size:cover;
  background-position:right top;
}

.redtext{color:red}
.yellowtext{color:#ffc36b}
.linktext{
  color:lightgrey;
  font-size:0.75em;
  font-style:italic
}.datetext{
  color:grey;
  font-size:0.5em;
  font-style:italic;
  float:right;
  text-align:right;
}
.newsheader{
  font-family:'Bebas Neue',Impact, Charcoal, sans-serif;
  font-size:1.4em;
  color:lightgrey;
  margin-left:1em;
  margin-top:0.5em
}.newstext{
  font-family:'DM Sans',sans-serif;
  margin-left:1em;
  margin-top:0.5em;
  font-style:italic;
  font-size:0.95em;
  color:lightgrey
}.bonusheader{
  font-family:'Cinzel Decorative',cursive;
  color:#ffc36b;
  text-decoration:underline;
  font-style:normal;
  font-size:1.7em;
}.bonustext{
  font-family:'Cinzel Decorative',cursive;
  font-variant:small-caps;
  color:lightgrey;
  font-style:italic;
  font-size:1.2em;
}.endtext{
  font-family:'Cinzel Decorative',cursive;
  font-variant:small-caps;
  font-size:1.8em;
  font-weight:400;
  text-align:center;
  color:#e8c284;
  margin-top:0.7em;
  margin-bottom:1em
}.centredprose{text-align:center}
.smallcaps{font-variant:small-caps}
.i{font-style:italic}
.b{font-weight:bold}
.n{
  font-style:normal;
  font-weight:normal
}

.topbit{
  display:block;
  position:relative;
  text-align:justify;
  white-space:pre-line;
  font-family:'Exo 2',sans-serif;
  font-size:1.25em;
  top:4em;
  background-color:rgb(19,18,15);
  background-color:rgba(255,255,255,0.09);
  width:40%;
  left:30%;
  border-radius:9px;
  border-width:4px;
  border-style:ridge;
  border-color:rgb(29,28,25);
  border-color:rgba(255,255,255,0.3);
  line-height:1em;
  letter-spacing:0px;
  text-shadow:4px 4px 1px rgba(0,0,0,0.5);
}.topbit a{
  color:white;
  cursor:pointer
}.innertopbit{
  position:relative;
  display:block;
  padding:1em;
  cursor:default;
}

.mainbit{
  display:block;
  position:relative;
  font-size:1.4em;
  top:6em;
  padding-bottom:5em;
  text-align:justify;
  white-space:pre-line;
  width:44%;
  left:28%;
  cursor:default
}h1{
  font-size:2.5em;
  font-family:'Cinzel Decorative',cursive;
  font-weight:400;
  text-align:center;
  color:#e8c284;
  text-decoration:underline;
  text-shadow:4px 4px 1px rgba(0,0,0,0.7);
  margin-bottom:0.3em
}

@keyframes chevron{
  from {
    color:rgba(255,229,193,0.25);
    text-shadow:4px 4px 1px rgba(0,0,0,0.3);
  }
  to {
    color:rgba(255,229,193,0.75);
    text-shadow:4px 4px 1px rgba(0,0,0,0.7);
  }
}.borderbit-l{
  position:fixed;
  display:block;
  height:100%;
  width:22%;
  left:0px;
  box-shadow:4px 0px 0px 0px rgba(255,229,193,0.023);
  text-align:right;
  box-sizing:border-box;
  padding-top:1%;
  padding-right:3%;
}.borderbit-l a{
  text-decoration:none;
  font-size:7em;
  font-family:'Palatino Linotype',sans-serif;
  color:rgba(255,229,193,0.25);
  text-shadow:4px 4px 1px rgba(0,0,0,0.3)
}.borderbit-l a:hover{
  color:rgba(255,229,193,0.75);
  text-shadow:4px 4px 1px rgba(0,0,0,0.7);
  animation-name:chevron;
  animation-duration:0.1s;
}.borderbit-r{
  position:fixed;
  display:block;
  height:100%;
  width:22%;
  right:0px;
  box-shadow:5px 0px 15px 0px rgba(0,0,0,0.8) inset;
}

::-webkit-scrollbar{
  background:rgb(3,4,0);
  width:58px;
}::-webkit-scrollbar-track{
  background-image:url("/img/rust14-sliced.png");
  box-shadow:12px 0px 3px 2px rgba(0,0,0,0.7) inset;
}::-webkit-scrollbar-track:hover{
}::-webkit-scrollbar-thumb{
  background-color:rgb(4,2,0);
  background-image:url("/img/fancy-deboss.png");
  border-style:outset;
  border-color:rgba(255,229,193,0.12);
  border-width:3px;
  border-right:0px;
  border-bottom:0px;
  border-top:-1px;
  border-left:-1px;
  border-radius:45%;
  box-sizing:border-box;
  box-shadow:6px 15px 6px 2px rgba(0,0,0,0.72);
}::-webkit-scrollbar-thumb:hover{}