html {
  scrollbar-color: #8A2BE2 #eeeeee;
  scrollbar-width: auto;
}

body {
  background-image: linear-gradient(transparent, black), url("/images/sports/bg.png");
  background-repeat: no-repeat, repeat;
  background-attachment: fixed;
  background-size: cover, 50%;
}

a {
  color: #8A2BE2;
  }

.link a {
  color: #8A2BE2;
  background-color: #111111;
  }

.header, .footer {
  text-align: center;
  background: url("/misc/headers/purple.png");
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  }
  
.footer {
  height: 50px;
  }
  
.header img {
  border-top: 0px;
  }

.box h1, .box h2, .box h3, .box h4, .box-alt h1, .box-alt h2, .box-alt h3, .box-alt h4 {
  background: #8A2BE2;
}