* {
  cursor: url("images/cursors/eyecursor1.png"), auto;
}
a {
  cursor: url("images/cursors/eyecursor2.png"), auto;
  color: red;
}
  a:hover {
    color: black;
  }
h1 {
  font-family: venice;
  text-transform: uppercase;
  text-align: center;
  font-size:30px;
}
h2, p, li {
  font-family: windows;
  font-size: 13px;
  text-align: justify;
}
  li, p {
    line-height: 15px;
  }

::-webkit-scrollbar {
  width:8px;
  height:8px;
  background-color: black;
  border-left: 1px solid black;
}
  ::-webkit-scrollbar-thumb {
    background-color: red;
  }


@font-face {
  font-family: windows;
  src: url("fonts/windowsregular.ttf");
}

@font-face {
  font-family: pixeab;
  src: url("fonts/pixeab.ttf");
}

@font-face {
  font-family: comicsans;
  src: url("fonts/comic.ttf");
}

@font-face {
  font-family: pixellium;
  src: url("fonts/pixellium.ttf");
}

@font-face {
  font-family: venice;
  src: url("fonts/veniceclassic.ttf");
}

@font-face {
  font-family: msmincho;
  src: url("fonts/msmincho.ttf");
}

@font-face {
  font-family: crayon;
  src: url("fonts/crayon.ttf");
}

@font-face {
  font-family: atlantis;
  src: url("fonts/atlantis.ttf");
}

@font-face {
  font-family: ninetythree;
  src: url("fonts/1993.ttf");
}

@font-face {
  font-family: B03;
  src: url("fonts/04b03.ttf");
}

@font-face {
  font-family: trs80;
  src: url("fonts/trs80.ttf");
}

@font-face {
  font-family: zelda;
  src: url("fonts/zelda.ttf");
}

@font-face {
  font-family: yumenikki;
  src: url("fonts/yumenikki.ttf");
}

@font-face {
  font-family: pixeltimes;
  src: url("fonts/pixeltimesnewroman.ttf");
}
/* CHANGE ALL RED LINKS & NAV TO STRONG PINK */
a, nav li, .close, .close2, #lhohqBtn h1, #fatumBtn h1 {
  color: #FF1493 !important;
}
a:hover, nav li:hover, .close:hover, .close2:hover, #lhohqBtn h1:hover, #fatumBtn h1:hover {
  color: black !important;
}
