@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0; 
	background-color:#FCF0A6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4B3324;	
}	

a:link, a:visited {
	text-decoration: none;
	color:#BE5736;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color:#98A47E;
	font-weight: bold;
}

.style3 {

	font-size: 16px;
	font-style: italic;
	font-weight:bold;
	color:#4B3324;	
}
.style1 {

	font-size: 16px;

	font-style: italic;

}

.style2 {

	font-size: 14px;
	font-style:italic;
	font-weight: bold;

}

.style5 {font-size: 9px}
.style10 {font-size: 20px}

#previous {
	position:absolute;
	width:80px;
	height:25px;
	z-index:10;
	top: 285px;
	left: 0px;
}
#next {
	position:absolute;
	width:80px;
	height:25px;
	z-index:11;
	left: 578px;
	top: 285px;
}

#backButton {
	position:absolute;
	width:246px;
	height:25px;
	z-index:10;
	left: 179px;
	top: 285px;
}
