.default {
  
  /* default */
  
    
    
    background-image: url('/bgs/sky.jpeg');
     cursor: url('/ui/cur/sea/auto.gif'), auto;}
    a, a:hover {cursor: url('/ui/cur/sea/point.gif'), auto;
    font-family: "comic sans ms";
}
  
  /* halloween */
    
  .spooky {
    background-image: url('/bgs/ghosts.png');
  	background-color: #43304f;
    color:orange;
     background-repeat: repeat;
     cursor: url('/ui/cur/sea/auto.gif'), auto;}
    a, a:hover {cursor: url('/ui/cur/sea/point.gif'), auto;
    font-family: "comic sans ms";
    }
    
  
  /* winter */
  
   .winter {
   background-image: url('/bgs/anisnow.gif'), url('/bgs/sky.jpeg');
     background-repeat: repeat;
     cursor: url('/ui/cur/sea/auto.gif'), auto;}
    a, a:hover {cursor: url('/ui/cur/sea/point.gif'), auto;
    font-family: "comic sans ms";
 
    
}

/* top banner */

  .xmas {
  background-image: url('https://theenderdraco.neocities.org/img/xmasbanner.gif');
  top:4px;
  left:0px;
  height:200px;
  width:100%;
  position:absolute;
  background-repeat:repeat-x;
  z-index:-1;
}


  .pumpkin {
  background-image: url('https://theenderdraco.neocities.org/img/spookybanner.gif');
  top:4px;
  left:0px;
  height:200px;
  width:100%;
  position:absolute;
  background-repeat:repeat-x;
  z-index:-1;
}

#title {
  width:600px;
  height:200px;
  background-position:center;
  background-repeat:no-repeat;
}

.normal {
  background-image: url('/ui/wiggletitle.gif');}
.festiv {
  background-image: url('/ui/wiggletitle-xmas.gif');}
.spooki {
  background-image: url('/ui/wiggletitle-spooki.gif');}

.html-marquee {
  height:90px;
  width:60%;
  font-family:verdana;
  font-size:14px;
  color:#000000;
  border-width:4;
  border-style:dotted;
  border-color:#FFFFFF;
  background-image: url(/bgs/stripedbc.gif);
}

.shelf {
        line-height: 5px; 
      }