body{
	background-color: #fff;
	background-image: url('https://cyberpeach.net/version3/paper03.png');
	background-repeat: repeat-y;
	background-size: 100% 200px;
	font-family: Prata;
	font-size: 16px;
	color: black;
	margin: 30px 0px 0 40px;
	line-height: 18.75pt;

}

/* HYPERLINKS */
a:link {
  color: #AD6682;
}

a:visited {
  color: #AD6682;
}

a:hover {
  color: #B9748F;
}

a:active {
  color: #AD6682;
}



/* --SCROLLBAR-- */
/* width */
::-webkit-scrollbar {
  background: white;
  width: 18px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #eacac7;
  border: 0px solid gray;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d6948f;
  border: 3px outset #d1907b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d6948f;
}

/* Arrow Buttons */
::-webkit-scrollbar-button {
  background: #d6948f;
  height: 18px;
  border: 3px outset #d1907b;
}


