
::-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: #CCCCCC;
color: white;
}
html {
font: 12px ms gothic;
cursor: url(../../images/cursors/02.png), auto;
background-image: url("../../images/backgrounds/45.jpg");
}

img.ne {
border: 1px solid #CCCCCC;
padding:8px;

}
body {
padding:10px;
line-height:120%;

}
#info {
	padding:5px;
}
h2:before{
	content: url(http://i387.photobucket.com/albums/oo314/paravidatoda/45.gif);
padding-right:3px;}

h4 {
font-style: italic;
text-align:center;
color: #b09776;
margin-bottom:-4px;
font-size:16px;
}
#entries {
	font-size:10px;
}