<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  cursor: url("gfx/dance.png"), default;
  font-size: 13px;
  font-family: 'PT Sans Caption', sans-serif;
  color: #555;
  background: #313052 url("gfx/bgstarz3.gif");
	
    }

::-moz-selection { 
  color: #00FA9A;
  background: #696969;
}

::selection {
  color: #00FA9A;
  background: #696969;
}

a {
  color:#C668B3;
  text-decoration:none;
}

a:hover {
  color:#000;
  background-color: #00FA9A;
}
    
    
.main{
      background-color:#E4D3EB;
      margin-left:443px;
      margin-top:28px;
      width:550px;
      min-height:544px;
      padding: 20px 35px;
      border-radius: 0px 15px 15px 0px;
      border: 2px solid #C668B3;
            
    }
    
.sidebar{
     background-color:#E4D3EB;
     opacity:0.8;
     width:170px;
     margin-left: 270px;
     margin-top:15px;
     padding-top:15px;
     position: absolute;
     border-radius: 15px 0px 0px 15px;
     border: 2px solid #C668B3;
    }
    
.header {
     margin-top:3%;
    }
    
.quote {
  font-size:12px;
  font-family: 'Gugi';
  color:rgba(255,255,255);
  background-image: url(gfx/bgstarz3.gif);
  opacity:0.6;
  padding:3px 3px 3px 3px;
  text-align:center;
  width:350px;
  border: 1px dotted;
  }
  
.title {
  font-size:14px;
  font-family: 'Gugi';
  color:rgba(255,255,255);
  background-image: url(gfx/bgstarz3.gif);
  opacity:0.6;
  padding:3px 3px 3px 3px;
  text-align:center;
  width:535px;
  border: 1px dotted;
  }
  
  .sub {
  font-family: 'Gugi';
  font-size:18px;
  font-weight:;
  color:#55508c;
  text-shadow: 0 0 3px #00FA9A;
  background:;
  padding-top:3px;
  padding-bottom:6px;
  text-align:;
  }
  
  .sub1 {
  text-transform: uppercase;
  color:#343153;
  text-shadow: 2px 2px #00FA9A;
  font-family: 'Gugi';
  font-size:20px;
  font-weight:;
  background-image: url();
  padding-bottom:6px;
  text-align:center;
  }  
  
.footer{
    color: white;
    font-family: 'Gugi';
    font-size:10px;
    text-align:center;
    margin-top:5px;
  }
  
  
.xmas {
  font-size:14px;
  color: rgba(0, 0, 0, 0);
  background-image: url(http://dl3.glitter-graphics.net/pub/726/726963uir2n66o1i.gif);
  background-size: 100%;
  padding:3px 3px 3px 3px;
  width:535px;
  border: 1px dotted;
  }  </pre></body></html>