::-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('/photos/cursor 2.gif'), auto !important;}
 
* {a:hover url('/photos/cursor 2.png'), pointer !important;}

img {
  -webkit-filter: grayscale(20%);
  filter: grayscale(20%);
}
 
body{
  background-image: url("/photos/redpattern2.gif");
  margin: auto;
  color: #8e4e4f;
  font-family: ms pgothic;
  font-size: 20px;
}   
 
 a:link {
  color: #8e4e4f;
  background-color: transparent;
  text-decoration: none;
}
 
a:visited {
  color: #8e4e4f;
  background-color: transparent;
  text-decoration: none;
}
 
a:hover {
  color: #8e4e4f;
  text-shadow: #bf9192 0 0 10px;
  text-decoration: underline;
}  
 
 hr {
  border-top: 1px solid #8e4e4f;
  border-bottom: none;
}

body::before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 50vh; 
  z-index: -1; 
  background-image: url('/photos/f-sita.gif');
  background-size: 1rem auto, cover; 
  background-position: center top, center top;
  background-repeat: repeat-x;
}

.redgrave {
  width: 920px;
  height: 510px;
  padding: 40px;
  margin: 240px 3px 30px 410px;
  border: 0px solid #000;
  background: rgba(0,0,0,0.4);
  color: #fff;
}

.titles {
  font-family: ms pgothic;
  font-size: 15px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 1px;
  background color: #fff;
  padding: 1px;
  border-radius: 10px;
}

.jester{
  width: 80px;
  height: 70px;
  background-color: black;
  border: 25px solid transparent;
  border-image: url('photos/blacklace.png') 15 round; 
  border-image-outset: 23px 23px;
  font-size: 12px;
  color: #8e4e4f;
  padding: 10px;
  position: fixed;
  top: 290px;
  left: 450px;
}

.fe{
  width: 80px;
  height: 10px;
  background-image: url('photos/blackgreylace.gif');
  border: 25px solid transparent;
  border-image: url('photos/blacklace.png') 15 round; 
  border-image-outset: 23px 23px; 
  padding: 10px;
  position: fixed;
  top: 480px;
  left: 450px;
}

.fuck{
  width: 450px;
  height: 420px;
  background-color: black;
  border: 25px solid transparent;
  border-image: url('photos/blacklace.png') 15 round; 
  border-image-outset: 23px 23px; 
  font-size: 12px;
  font-weight: normal;
  color: #8e4e4f;
  padding: 10px;
  position: fixed;
  top: 290px;
  left: 650px;
  overflow: auto;
}

.sparda{
  width: 100px;
  height: 15px;
  background-color: black;
  border: 25px solid transparent;
  border-image: url('photos/blacklace.png') 15 round; 
  border-image-outset: 23px 23px; 
  font-size: 12px;
  color: #8e4e4f;
  margin: 0px;
  position: fixed;
  top: 290;
  left: 1220px;
}

.ifrit{
  width: 100px;
  height: 175px;
  background-color: black;
  border: 25px solid transparent;
  border-image: url('photos/blacklace.png') 15 round; 
  border-image-outset: 23px 23px; 
  font-size: 12px;
  font-weight: normal;
  color: #8e4e4f;
  margin: 0px;
  position: fixed;
  top: 405px;
  left: 1220px;
}

.alastor{
  width: 100px;
  height: 50px;
  color: #06080b;
  background-image: url('photos/harlequincheck.gif');
  border: 25px solid transparent;
  border-image: url('photos/blacklace.png') 15 round; 
  border-image-outset: 23px 23px; 
  font-size: 12px;
  margin: 0px;
  position: fixed;
  top: 680px;
  left: 1220px;
}

#heart {
	  content: url('/photos/ribbonheart.png');
    margin-top:148px;
	  margin-left: -60px;
    position: absolute;
    width:200px;
}

hr.dotted {
  border-top: 3px dotted #8e4e4f;
}

body::after {
  content: '';
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50vh; 
  z-index: -1; 
  background-image: url('/photos/f-ue.gif');
  background-size: 1rem auto, cover; 
  background-position: center bottom, center bottom;
  background-repeat: repeat-x;
}