/* 90s-tastic stylesheet */
body {
  background-image: url('https://www.textures.com/system/gallery/photos/Landscapes/Scenes/19586/SeamlessTileable.jpg');
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
}

/* Blink tag animation (since modern browsers don't support <blink> anymore) */
blink {
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}
/* Marquee styles */
marquee {
  padding: 5px 0;
  background-color: #0000AA;
  border: 3px double #FFFFFF;
}

/* Link styles */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #FF0000 !important;
}

/* Table borders */
table table {
  border: 2px outset #999999;
}

/* Center everything because that's what we did in the 90s */
center {
  display: block;
  text-align: center;
}

/* Visitor counter */
img[src*="counter"] {
  border: 1px solid #FFFFFF;
  padding: 2px;
  background-color: #000000;
}