/* basic styling */

  body{ 
font-family: "MS ui gothic";
padding: 10px;
image-rendering: pixelated;
font-size: 13px;
background-attachment: fixed;
cursor: url("/index/24.gif"), auto;
overflow-x: hidden;
}

a{
cursor: url("/index/24.gif"), auto;
color: blue !important;
}

a:hover{
font-style: italic;
}

a:visited{
color:orangered !important;
}

summary{
list-style: none;
}

::-webkit-scrollbar {
width: 16px;
}

ul{
list-style-image: url("/index/bluebubble.gif");
text-align: left;
padding-left: 15px;
}

li:hover{
list-style-image: url("/index/redbubble.gif");
}

::-webkit-scrollbar-thumb {
background-color: #fff;
background-image: url("/index/scroll4.png");
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
 
::-webkit-scrollbar-track {
background-color: #fff;
background-image: url("/index/scroll3.png");
}
 
::-webkit-scrollbar-button:vertical:increment {
background-image: url("/index/scroll2.png");
width: 14px;
height: 16px;
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
 
::-webkit-scrollbar-button:vertical:decrement {
background-image: url("/index/scroll1.png");
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 14px;
height: 16px;
}

/* containers and such */

#wrapping-paper{
position: relative;
width:300px;
left:300px;
padding-top:100px; 
}

#welcomebox{
border:1px solid royalblue;
border-radius:5px;
background-image: url("/index/cloudz.gif");
background-repeat:repeat;
padding:6px;
}

#welcomecontent{
border:none;
background:white;
padding:5px;
text-align:center;
position:relative;
}

.cred{
  font-size:9px;
  padding:1px;
  }