html {
  image-rendering: pixelated;
}
body {
  font-family: 'MS PGothic';
  font-size: 14px;
  color: #63353d;
  letter-spacing: 1px;
  line-height: 15px;
  padding: 0px;
  overflow: hidden;
  cursor: url('../img/cursors/w2.png'), auto;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
}
li:hover {
  margin-left: 5px;
}
a {
  color: blue;
}
a:hover {
  cursor: url('../img/cursors/w2.png'), auto;
}
textarea {
  resize: none;
}


#text:hover {
  margin-right: 4px;
}



.button {
  background-image: url('../img/patterns/gg2.gif');
  max-width: 170px;
  min-width: 120px;
  border-radius: 17px;
  margin: auto;
  margin-bottom: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: 
    -1px -1.4px 1px inset #9e9699,
    2px 3px 1.5px inset #ffffff,
    0px 0px 2px #aba4a6;
}
.button-text {
  font-size: 16px;
  font-weight: bold;
  font-family: 'MS UI Gothic';
  color: #f7c9da;
  text-shadow: 
    2px 1px 1px #dd658b,
    1px -2px 0 #dd658b,
    -1px 1px 0 #dd658b,
    -1px -1px 0 #dd658b,
    1px 0px 0 #dd658b, 
    0px 2px 0 #dd658b,
    -2px 0px 0 #dd658b, 
    0px -2px 0 #dd658b, 
    2px 2px 2px rgba(221, 101, 139, 0);
  text-align: center;
  filter: drop-shadow(1px 1px 1px #ffffff);
}

.float1 {
  float: left;
}
.float2 {
  float: right;
}
.no:hover {
  margin: 0px;
}
.pic {
  border: 1px solid blue;
  margin-top: 10px;
  text-align: center;
}
.margin {
  margin-left: 13px;
}
.space {
  margin-left: 2px;
}



::selection {
  background-color: #f7c9da;
  color: #dd658b;
}
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
::-webkit-scrollbar-track {
  background-color: #ececec;
  background-image: url('../img/clicky/scr-track.png');
}
::-webkit-scrollbar-thumb {
  background-color: #ececec; 
  box-shadow:
    inset -1px -1px black,
    inset 1px 1px white,
    inset -2px -2px #555555;
}
::-webkit-scrollbar-button {
  background-color: #ececec;
  box-shadow:
    inset -1px -1px black,
    inset 1px 1px white,
    inset -2px -2px #555555;
}
::-webkit-scrollbar-button:horizontal:increment {
  background-image: url('../img/clicky/scr-right.png');
}
::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url('../img/clicky/scr-left.png');
}
::-webkit-scrollbar-button:vertical:increment {
  background-image: url('../img/clicky/scr-down.png');
}
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url('../img/clicky/scr-up.png');
}
 