
* {
    padding: 0px;
    margin: 0;
}

html, body {
	height: 100%;
	font-family: "courier new", "courier", monospace;
	color: black;
	font-size: 85%; 

	}
	
p {

	font-size: 100%; 

}

a:link {
	text-decoration: none;
	color: #000000;
	}

a:visited {
	color: #999999;
	text-decoration: none;
	}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

.thispage a {
	color: #000000;
	text-decoration: underline;
	}	
	
/* non-underlined links */

.plainLink a:link {
	text-decoration: none;
	color: #000000;
	}

.plainLink a:visited {
	color: #000000;
	text-decoration: none;
	}


/* main container */

#main_container {
position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	}

/* nav */

#nav_container {
position: absolute;
	top: 35px;
	left: 40px;
	width: 600px;
	color: #000000;
	line-height: 140%;
	}

#nav_container a:link, #nav_container a:visited {
	color: #000000;
	} 
	
#nav_container a:hover {
	color: #CCCCCC;
	} 


/* nav numbers */

ul#navNum {
	list-style: none;
	margin-top: 0px;
	padding: 0px;
	}
	
/* nav arrows  */

.arrowsPlace {
	position: absolute;
	top: 60px;
	left: 40px;
	width: 300px;
	line-height: 140%;
	overflow: visible;
}

.arrowsPlaceBooks {
	position: absolute;
	top: 53px;
	left: 40px;
	width: 300px;
	line-height: 140%;
	overflow: visible;
}

.arrows{
	position: relative;
	top: -3px;
	left: 0px;

}

.arrows a {
	text-decoration: none;
	}
	
.arrows a:link, .arrows a:visited {
	color: #000000;
	}

.arrows a:hover {
	color: #333333;
	}

#prevLink{
	position: relative;
	top: 5px;
	left: 0px;
}

#imgNumber{
	position: absolute;
	top: 5px;
	text-align: center;
	left: 10px;
	width: 70px;
}

#nextLink{
	position: absolute;
	top: 5px;
	left: 80px;
}	

#books{
margin-bottom:2px;
}

/* main content styles */

#imgText {
	position: absolute;
	top: 90px;
	left: 40px;
	width: 900px;
	line-height: 140%;
	overflow: visible;
	clear: both;
	}
	

/* bulk text */


.text {
	position: absolute;
	top: 75px;
	left: 150px;
	max-width: 40%;
	line-height: 140%;
	}

#pics {
position: relative;
top: 160px;
margin: auto 0px;
	text-align: center;
	}

#pics img{
	border:none;
    height: auto; 
    width: auto; 
    max-width: 90%;
    max-height: 90%;
}


.hidden { visibility: hidden; }
.unhidden { visibility: visible; }
	
	
	@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 

			 p{

				font-size: 200%;

			 }


			#pics {
			position: relative;
			top: 210px;
			margin: auto 0px;
				}

			#pics img{
				border:none;
			    max-width: 90%;
			    max-height: 90%;
			}

}




