
img {
  -webkit-filter: grayscale(40%);
  filter: grayscale(40%);
}

* {
   scrollbar-width: none;
  }
 

* {
   scrollbar-width: none;
  }
 
::-webkit-scrollbar { display: none; }  
 

::selection {
background: #8e4e4f;
color:white;
}
 
::-moz-selection {
background: #8e4e4f;
color:white;
}
 
@font-face{
font-family:AdorableLady;
src:url('/tfont/AdorableLady.ttf');
}
 
@font-face {
font-family: LittleSpirit;
src: url('/tfont/LittleSpirit.ttf');
}

* {cursor: url('https://cur.cursors-4u.net/cursors/cur-9/cur844.cur'), auto !important;}
 
* {a:hover url('https://cur.cursors-4u.net/cursors/cur-9/cur844.cur'), pointer !important;}
 
body{
background-image: url("/photos/bgheartspade.gif");
color: #fff;
font-family: georgia;
font-size: 10px;
}   
 
 a:link {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}
 
a:visited {
  color: #2c415b;
  background-color: transparent;
  text-decoration: none;
}
 
a:hover {
  color: #fff;
  text-shadow: #193d67 0 0 10px;
  text-decoration: underline;
}  
 
 hr {
  border-top: 1px solid #2c415b;
  border-bottom: none;
}

.container{
width: 400px;
height: 280px;
background-color: black;
border: 5px solid;
border-image: url('photos/blacklace.png') 5 round; 
border-image-outset: 5px 5px; 
padding: 10px;
position: static;
margin: 300px auto;
overflow: auto;
}

#doll {
	content: url('/photos/rbcross.png');
  margin-top: -50px;
  margin-left: 655px;
  position: absolute;
  width:100px;
}

#dollie {
	content: url('/photos/grrbn.png');
  margin-top:-295px;
	margin-left: 1540px;
  position: absolute;
  width:300px;
}