/* CSS Document */

.navImage {padding: 10px 10px 10px 10px;}

img.bookart {border-color: #ddd;}

body {	

	/*	background-color:#c0c0c0;	// Medium Grey */
	    background-image: url("../images/backdrop.jpg");
		background-repeat: repeat;
		
		margin-top:1em;
		font-family:'waterregular',Sans-Serif;
/*		font-size: 36px; */
		font-size: x-large;

/*		   
		overflow-y: auto; /* for hiding vertical scroll bar 
		overflow-x: auto; /* for horizontal scroll bar  
*/
	}

/*	img {border-width:0;} */

	a {
	  color: #22f;
	  text-decoration: none;
	}

	a:hover
	{
		color: #88f;
	} 
