	
::-webkit-scrollbar {
width: 16px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #fff;
background-image: url(https://i.imgur.com/Qtm9Z60.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(https://i.imgur.com/IGXGYKz.png);
}
::-webkit-scrollbar-button:vertical:increment {
background-image: url(https://i.imgur.com/WhC8iy3.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(https://i.imgur.com/fQ18mrR.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;
}
::selection{
background-color:white;
color:black;
}

html{
font-size: 12px;
font-family:"MS PGothic";
cursor:url(../../../images/cursors/04.png),auto;
background-image: url(../../../images/backgrounds/11.jpg);
color:black;
}

img.ne {
border: 1px solid #CCCCCC;
padding:8px;

}
body {
line-height:110%;
padding:14px;
max-width:600px;
margin: auto;

}
#info {
	padding-left:5px;
	font-size:13px;
}
#info.b{
	border-bottom:1px dotted black;color:#AB947E;
}h1, h2, h3, h4{font-family:retrobyte;}
h4:before{content:url(../../../images/sz/star6.gif);padding-right:5px;}
h2:before{
	content: url(../../../images/sz/22.gif);
padding-right:3px;}
h2 {
color:white;
font-size:16px;
font-weight:normal;text-shadow: 
1px 0 black, -1px 0 black, 0 1px black, 0 -1px black,
               1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}

h4 {
font-style: italic;
text-align:center;
color: white;
margin-bottom:-4px;
font-size:16px;font-weight:normal;
}
a, a:hover{
cursor:url(../../../images/cursors/05.png),auto;
	text-decoration:none;
	  text-shadow: 
1px 0 blue, -1px 0 blue, 0 1px blue, 0 -1px blue,
               1px 1px blue, -1px -1px blue, 1px -1px blue, -1px 1px blue;
			   color:white;
}