body {
    font-family:'Arial';
    background-color:#fff;
    cursor: url("https://openseason.neocities.org/images/index/cur.png"), auto;
}

a {
    cursor: url("https://openseason.neocities.org/images/index/cur.png"), auto;
}

@font-face {
  font-family: "ABCDiatype"; 
  src: url('https://openseason.neocities.org/fonts/ABCDiatype-Regular.woff2') format('woff2');
}

#enclosure {
    background:#e1e1e1;
    border:1px inset #e1e1e1;
    width:360px;
    margin:auto;
    padding:10px;
}

#enclosure img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

table, td, th {
  border: 1px inset #e1e1e1;
}

#table1 {
  border-collapse: separate;
  border-spacing: 11px;
}
ul {
  list-style-image: url('https://openseason.neocities.org/images/index/bullet.png');
  list-style-type: square;  
}a {
    text-decoration:none;
    outline:none;
    -moz-outline-style:none;
    color:;
    }
 
a:link, a, a:active, a:visited {
    text-decoration:none;
    color:#000;
    -moz-transition-duration:0s;
    -webkit-transition-duration:0s;
    -o-transition-duration:0s;
    }
 
a:hover {
    color:blue;    text-decoration:none;
    -moz-transition-duration:0s;
    -webkit-transition-duration:0s;
    -o-transition-duration:0s;
    }
    
    sup {
        font-size:11px;
    }