.generic {
	border-color:red;
	border:thin;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 10pt;
	font-weight:bold;
	}

.background {
	background-image:url(background1.jpg);
	width:1024px;
	height:768px;
	position:fixed;
	display:block;
	}

.historybackground {
	background-image:url(histbackground.jpg);
	width:1024px;
	/*height:1500px;*/
	position:fixed;
	/*display:block;*/
}

.titles {
	font-weight:bold;
	font-style:italic;
	font-size:120%;
	}

.leftside {
	position:fixed; 
	width:140px;
	left:250px;
	right:auto; 
	top:100px; 
	background-color:#C3A88D;
}

.histpagebackground { background-color:#FFFEEE;}

.rightside {
	position:absolute;
	width:250px;
	right:150px;
	left:auto;
	top:100px;
	background-color:#C3A88D;
}

.next {
	position:absolute;
	bottom: 10%;
	right:35%;
}

.leftpage {
	position:absolute;
	width:365px;
	left:5%;
	right:auto;
	top:200px;
}

.rightpage {
	position:absolute;
	width:350px;
	background-color:#C3A88D;
	right:5%;
	left:auto;
	top:200px;
}
