body {
    font-family:'Arial';
    background-color:#e1e1e1;
}

#portraits {
    width:700px;
    margin:auto;
    padding:10px;
}

#portraits 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;
    border:5px outset;
}

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;
    }