body {
	background: inherit;
	font-family: Verdana, sans-serif;
}

a:link {
	color: #5fb0a9;
	text-decoration-line: none;
	font-weight:bold;
}

a:visited {
	color: #5fb0a9;
}

a:hover {
	color: #9d6dbf;
}

::selection {
  background: #c79dc1; /* WebKit/Blink Browsers */
  color:#000;
}
::-moz-selection {
  background: #c79dc1; /* Gecko Browsers */
  color:#000;
}


::-webkit-scrollbar {
	width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #D3D3D3; 
	
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #C0C0C0;
	border: 1px outset #D3DDEA;
}
	
::-webkit-scrollbar-button {
    background-color: #C0C0C0;
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
    width: 1em;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-button:horizontal:increment {
    background-image: url(https://dl.dropboxusercontent.com/u/55165267/icon2.png);
}

::-webkit-scrollbar-button:end:increment {
    background-image: url(https://kakashi.neocities.org/p/down.svg);
	border: 1px outset #D3DDEA;
}
 

::-webkit-scrollbar-button:start:decrement {
   background-image: url(https://kakashi.neocities.org/p/up.svg);
   border: 1px outset #D3DDEA;
}


p{
	color:#000;
	margin:0;

}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0px 5px 0px;
    padding: 0;
}



.icons {
	max-width: 50px;
	margin-right:5px;
	margin-left:5px;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0px 5px 0px;
    padding: 0;
}

 span {
	color: #db70b4;
	font-style: italic;
	font-weight: bold;
	font-size: 26px;
}





.bottom-left {
  position: absolute;
  bottom: 2px;
  left: 1px;
  color:#C0C0C0;
  font-weight:bold;
  font-size:14px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.buttonimage {
	width: 88px;
	max-height: 31px;
	padding:0px;
}