
body {
  background: #000 url(https://churchofthesurvivor.neocities.org/bgif.gif);
  color: #fff;
  font-family: times;
  font-size:17px;
}
#header {font-size:35px;
color:gold;
text-align:center;
margin:auto;}

#headerlinks {font-size:20px;
text-align:center;
}

#container { border-style:double;
background:#000;
border-color:silver;
border-width:3px;
width:90%;
margin:auto;
padding:10px;}

.solid {
  border-top: 1px solid white;
}

::-webkit-scrollbar {
width: 16px;
height: 10px;
}

::-webkit-scrollbar-thumb {
background-color: #fff;
background-image: url(https://i.imgur.com/Qtm9Z60.png);
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
::-webkit-scrollbar-track {
background-color: #fff;
background-image: url(https://i.imgur.com/IGXGYKz.png);
}
::-webkit-scrollbar-button:vertical:increment {
background-image: url(https://i.imgur.com/WhC8iy3.png);
width: 14px;
height: 16px;
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(https://i.imgur.com/fQ18mrR.png);
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 14px;
height: 16px;
}