::selection {
background: #0016B1;
color:blue;
}
 
::-moz-selection {
background: #000;
color:white;
}

@font-face {
font-family: Beckett;
src: url('/tfont/Beckett.ttf');
}

* {cursor: url('/photos/cursor 2.gif'), auto !important;}
 
* {a:hover url('/photos/cursor 2.gif'), pointer !important;}
 
body{
background-image: url('/photos/kabe_rose.png');
color: #0016B1;
min-height: 100%;
font-family: ms pgothic;
font-size: 12px;
}   
 
 a:link {
  color: #0016B1;
  background-color: transparent;
  text-decoration: none;
}
 
a:visited {
  color: #0016B1;
  background-color: transparent;
  text-decoration: none;
}
 
a:hover {
  color: #0016B1;
  text-shadow: #fff 0 0 10px;
  text-decoration: underline;
}  
 
 hr {
  border-top: 1px solid #0016B1;
  border-bottom: none;
}

.marquee-box {
width: 455px;
height: 60px;
padding:5px;
color: #000;
margin-top: 20px;
margin-left: 255px;
}

.title{
width:100px
border: 20px double transparent;
font-family: Beckett;
font-size: 72px;
text-shadow: 3px 3px 2px #fff;
color: #0016B1;
padding: 10px;
position: static;
margin-top: 0px;
margin-left: -1160px;
overflow:auto;
}

.cntnr{
border: 3px double #0016B1;
width: 420px;
height: 750px;
color: #0016B1;
background-color: #000;
box-shadow: 12px 12px 2px 1px rgb(0, 0, 153);
border-top-left-radius: 30px;               
border-bottom-right-radius: 30px;  
padding: 10px;
position: static;
margin-top: 0px;
margin-left: 260px;
overflow: auto;
}