html {
   cursor: url('/images/cursor2.gif'), auto !important;
}
 body {
   background-color: #ffd8f2;
   font-family: "Pixelify Sans"; color:#795c96;
}
 li {
   list-style-image: url('/images/strawberry.png');
}
 h1, h2, h3, h4, h5, h6 {
  font-family: 'Sarina';
  color: #dc2663;
  text-shadow: 1px 1px #f992b5;
  font-size: 20px;
}
 b {
  color: #ff3b83;
}
 i {
  color: #ffa4c5;
} 
 u {
  color: #9c7abe;
}
 a:link, a:active {
  color: #ff5582;
  background-color: #ffe1f1;
  font-weight: 700;
}
 a {
  cursor: url('/images/cursor2.gif'), auto;
}
 a:visited {
  color: #6a458b;
}
 a:hover {
  font-style: italic;
  background-color: #ffe0af;
}
 .date {
  background-color: #ffd4e4;
}     
 #peony {
  position: absolute;
  left: 40px;
  top: 0px;
  z-index: 1;
}
 #lpk {
  position: absolute;
  left: 750px;
  top: 200px;
}
 #box  {
  width: 650px;
  height: 600px;
  top: 170px;
  background-color: white;
  padding: 15px;
  border: 20px solid #f7689a;
  border-image-source:url('/images/borderbackgroundv4.png');
  border-image-repeat: round;
  border-image-slice: 130;
  position: absolute;
  margin:0em 15px;
  box-shadow: 0px 0px 20px #dd2a90;
  word-spacing: 1px;
  word-break: break-word;
  overflow-y:auto; 
  scrollbar-width: none;
}
 #htmlcommentbox {
  width:900px;
  margin: auto;
  height: 100%;
}
 #boxcenter {
  background-image:url('/images/laceright.gif'), url('/images/laceleft.gif');
  background-position:top right, top left;
  background-repeat:repeat-y, repeat-y;
  min-height: 1000px;
  height: auto !important;
  height: 600px;
  margin-top: -10px;
  margin-bottom: -10px;
  overflow: auto;
}
 #boxinner {
  background:#fff;
  margin:0 67px;
  min-height: 1000px;
  height: auto !important;
  height: 600px;
}