body {
	background: #9c9c9c;
	margin-top: 12vh;
	font-family: Verdana, sans-serif;
}

a:link {
	color: #636363;
	font-style: italic;
	font-weight: bold;
}

a:visited {
	color: #3d3d3d;
}

a:hover {
	color: #877887;
}


::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;
}


.box {
	background: #C0C0C0;
	width: 560px;
	height: 600px;
	padding: 20px;
	text-align: left;
	color:#000;
	border: 2px outset #c9c9c9;
	margin-left: auto;
	margin-right: auto;
	overflow:auto;
}

.buttonz{
	height:60px;
	width:600px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
}

.button {
  border: 2px outset #c9c9c9;
  background: #C0C0C0;
  color: #000;
  width:90px;
  height:20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding:5px 10px;
  font-family: 'Courier New', monospace;
}

.button:hover {

  transition: 0.3s;
  border: 2px inset #c9c9c9;
  background: #cfcfcf;
  color:#737373;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0px 5px 0px;
    padding: 0;
}



.image1 {
	max-width: 90%;
	border: 2px inset #e8e8e8;
	margin-left: auto;
	margin-right: auto;
	display:block;
}



 .title {
	color: #999999;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 0px 1px #666666;
}


