html, body {
  max-width: 700px;
  margin: 0 auto;
  cursor: url(microblogimg/cursor1.png), auto;
  background-color: #0000ff;
}

 .crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.15) 50%), linear-gradient(99deg, rgba(99, 0, 0, 0.00), rgba(0, 255, 0, 0.00), rgba(0, 0, 255, 0.0));
  z-index: 2;
  background-size: 100% 2px, 2px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.27861;
  }
  5% {
  opacity: 0.34769;
  }
  10% {
  opacity: 0.23604;
  }
  15% {
  opacity: 0.10626;
  }
  20% {
  opacity: 0.18128;
  }
  25% {
  opacity: 0.10626;
  }
  30% {
  opacity: 0.18128;
  }
  35% {
  opacity: 0.23604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}


.title-bar-text {
  font-size: 13px;
}

.body-wrapper::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-position: center;
  background-repeat: repeat;
  background-image:url("microblogimg/backgroundblueimg.png");
}



.menu {
  font-size: 1px;
  margin-top: 6px;
}

.table img {
  text-align: center;
}

table {
  border-collapse: collapse;
  text-align: left;
  white-space: nowrap;
  border: inset 1.4px #aeaeae;
  margin-bottom: -4px;
}

table td {
  font-family: 'BestTen-DOT';
  text-align: center;
}

table td, img {
  image-rendering: pixelated;
}

.winbarimg  img {
  margin-right: 3px;
  position: relative;
  top: 2px;
}

.window-body{
  font-family: 'BestTen-DOT';
  font-size: 12px;
  letter-spacing: 1px;
}
 
.textborder {
  border: 1px inset #dddddd;
  margin-left: -1px;
  padding-left: 4px;
  height: 19px;
  overflow: hidden;
}

.marquee {
  padding-left: 100%;
  width: fit-content;
  white-space: nowrap;
  font-size: 12px;
  animation: marquee-left 45s steps(159, end) infinite;
}

@keyframes marquee-left {
  100% {
    transform: translateX(-100%);
  }
}


.mainborder {
  border: 1px inset #868686;
  outline: 1px inset #d1d1d1;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow: auto;
  margin: 0 auto;
  margin-left: -2px;
  background-color: #fff;
}

.new {
  color: red;
}

.hdk {
  text-align: right;
  font-size: 8px;
}

.img {
  text-align: center;
}

.video {
  text-align: center;
}

footer {
  text-align: center;
}

.filter {
  margin-left: -36px;
}

.filter li {
  list-style-type: none;
  font-family: 'BestTen-DOT';
}

.filter li.is-active {
  color: #8e00ff;
}

.category li {
  border-bottom: 1px dashed #000;
  color: #000;
  margin-left: -40px;
  padding-left: 10px;
  padding-right: 8px;
  padding-bottom: 9px;
  display: none;
}

.category li.is-show {
  display: block;
}

a:link {
  color: #8e00ff;
}
a:visited {
  color: #8e00ff;
}
a:hover {
  color: #00ffff;
}

a, a:hover, button, button:hover {
  cursor: url(microblogimg/cursor2.png), pointer;
}

 footer {
  font-family: "Pixelated MS Sans Serif";
}