body {background-color: #018281;}

#hSub {
  background-color: white;
  color: black;
  blox-shadow: 1px 0 #000,0 1px #000,1px 1px #000,inset 1px 1px #fff,0 0 150px 1px rgba(255,0,255,.5);
  box-shadow: 1px 0 #000, 0 1px #000, 1px 1px #000, inset 1px 1px #fff;
  background-color: silver;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  color: black;
}

.blurbs, #top, #box, .box, button {
  background-color: white;
  color: black;
  padding-right: 2px;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 2px;
  blox-shadow: 1px 0 #000,0 1px #000,1px 1px #000,inset 1px 1px #fff,0 0 150px 1px rgba(255,0,255,.5);
  box-shadow: 1px 0 #000, 0 1px #000, 1px 1px #000, inset 1px 1px #fff;
  background-color: silver;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  color: #000;
}

.rightHead, .boxHead {
  background: linear-gradient(135deg,#000178 0,#1180D1 100%);
  color: #fff;
  font-weight: none;
}

.shortRight {
   color: white; 
}

#online {
  background-color: white;
  color: black;
  blox-shadow: 1px 0 #000,0 1px #000,1px 1px #000,inset 1px 1px #fff,0 0 150px 1px rgba(255,0,255,.5);
  box-shadow: 1px 0 #000, 0 1px #000, 1px 1px #000, inset 1px 1px #fff;
  background-color: silver;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  color: black;
}