body {
	background-color: #fffff5;   
/*	color: #ffaa4a; */
}

#generalDiv {
	display: block;
	margin: auto;
	width: 56%;
	
}

.storyP {
	display: block;
	margin: auto;
	text-align: left;
	line-height: 2;
	font-family: latolight, Tahoma, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	letter-spacing: 0.15em;
}

.noteP {
	display: block;
	margin: auto;
	padding-top: 1.5em;
	text-align: left;
	line-height: 2;
	font-family: latolight, Tahoma, sans-serif;
	font-size: 1em;
	margin-bottom: 0.5em;
	letter-spacing: 0.15em;
}





@font-face {
	font-family: comixfer;
	src: url(comix_fer3.ttf);
}


@font-face {
	font-family: latolight;
	src: url(florentia_extralight.ttf);
}







.languageLink {
	text-align: right;
	margin-top: 0;
	line-height: 3em;
}

a {
	color: black;
	font-size: 1.5em;
	font-family: latolight, Tahoma, sans-serif;
	margin-top: 2em;
}




#illustration {
	display: block;
	width: 100%;
	margin-bottom: 2em;
}



.chapTitle {
	text-align: center;
	font-family: comixfer, sans-serif;
	font-size: 1.5em;
	margin-bottom: 1em;
	text-decoration: underline #ff5619;
	
}

.chapLink {
	text-decoration: none;
}

.chapImage {
	width: 35%;
	display: block;
	margin: auto;
}

#chap01Panel {
	background-image: url("images/puzzleback.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 10% 5%;
}


