body{
	background-color: #fff;
	background-image: url('https://cyberpeach.net/version3/gingham03.png');
	background-size: 5%;
	font-family: Prata;
	font-size: 18px;
	color: black;
}

/* FONT STYLES */

h1 {
	color: pink;
	font-size: 26px;
	font-weight: bold;
	margin: 2px;
}

h2 {
	color: black;
	font-size: 15px;
	font-weight: normal;
	margin: 3px;
	line-height: auto;
}

h3 {
	color: pink;
	font-size: 20px;
	font-weight: bold;
	margin: 2px;
}

h4 {
	color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	line-height: auto;
}

/* HYPERLINKS */
a:link {
  color: #AD6682;
}

a:visited {
  color: #AD6682;
}

a:hover {
  color: #B9748F;
}

a:active {
  color: #AD6682;
}


/* structure */
#backsplash {
	border-style: ridge;
	border-width: 5px;
	border-color: #DB7FB6;
	background-image: url('https://cyberpeach.net/version3/polka.png');
	background-size: 15%;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 20px 10px;

}

#header {
	width: 900px;
	height: 150px;
	border-color: black;
	background: white;
	background-image: url('https://cyberpeach.net/version3/topbanner04.png');
	margin-left: auto;
	margin-right: auto;	
}

#logo{
	width: 650px;
	height: 82px;
	background-image: url('https://cyberpeach.net/version3/logophotobook.png');
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 3;
	top: 16%;
	left: 38%;
}

#back {
	width: 200px;
	height: 56px;
	background-image: url('https://cyberpeach.net/version3/back.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	overflow: hidden;
	top: 20px;
	left: 30px;	
}

#divider01{
	width: 897px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: white;
	background-image: url('https://cyberpeach.net/version3/04.jpg');
	background-size: 40%;
	border-style: dotted;
	border-width: 2px;
	border-color: brown;
}

#photo01 {
	border-style: dashed;
	border-width: 1px;
	border-color: #DEA7C1;
	background-image: url('https://cyberpeach.net/version3/12.jpg');
	width: 878px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	position: relative;
	overflow: hidden;
	padding: 10px;
}


#top {
	display: none;
	position: fixed;
	background-color: transparent;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	width: 100px;
	height: 47px;
	background-image: url('https://cyberpeach.net/version3/top.png');
	background-size: 100%;
	border: none;
}


summary {
    outline: none;
    font-size: 1.15em;
	color: #8E5973;
	font-weight: bold;
}

summary::marker {
    content: url(https://cyberpeach.net/version3/thumb.gif) " ";
	background-image: url('https://cyberpeach.net/version3/thumb.gif');
}

summary:hover {
	cursor: pointer;
}

/* --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;
}