body{
      background-image: url("data/images/backgrounds/dither_it_lycosabackground1.png");
     background-size:cover;
}

.sidenav a:hover {color:#fff; background-color:#282828;}
.sidenav a:active {color:#3664b6;}
.sidenav>hr {border-style:dotted; border-width:1px 0 0 0; margin:8px 0 8px 0;}
a {cursor:crosshair; border: 1px solid transparent; margin: 0px;}
a:link {color:#3664b6;}
a:visited {color:#3664b6;}
a:hover {color:#181818;	border: 1px solid transparent; border-image: url("data/images/random/ants.gif") 1 repeat; background-color:e6e6e6;}
a:active {color:#fff;}

#chars{
    font-family:monaspace;
    text-align: left;
    max-width: 570px;
    font-size: 14px;
    line-height: 1.25;
    margin-top: 0;
    background-image: url("data/images/backgrounds/bg_dither.png"); 
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border-style:dotted; border-width:1px 1px 1px 1px; margin:8px 8px 8px 8px;
}


@font-face {
    font-family: monaspace;
    src: url("data/font/MonaspaceKryptonFrozen-Regular.ttf");
}


#empy3{
border: 1px solid transparent; border-image: url("data/images/random/ants.gif") 1 repeat;

}

.img-grayscalehover{
  filter: grayscale(0%);
transition: .25s ease-out;
  }
  
.img-grayscalehover:hover{
  filter: grayscale(100%);
transition: .25s ease-in;
}     
    