body {
	background: url('https://web-archive.nli.org.il/National_Library/20160930123623oe_/http://just-for-kids.com/images/mainBack.jpg') repeat;
	width: 100%;
	}

a {
	color: #0273c2;
	}
a, a:visited, a:visited:focus, a:focus {
	color: #0165ab;
	}
a:hover {
	color: #158cdf;
	}

.printableHome {
	}

.phItem {
	float: left;
	margin-right: 50px;
	width: 200px;
	height: 200px;
	overflow: hidden;
	position: relative;
	}
.phItem a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 168px;
	height: 168px;
	padding: 16px;
	}
.phItemThumb {
	}
.phItemThumb img {
	border: 4px solid #CBC2B7;
	padding: 0px;
	margin: 0px;
        opacity:0.8;
        filter:alpha(opacity=80); /* For IE8 and earlier */
	}
.phItemThumb img:hover {
        opacity:1.0;
        filter:alpha(opacity=100); /* For IE8 and earlier */
  	-moz-box-shadow:    3px 3px 5px 6px #ccc;
  	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
  	box-shadow:         0px 0px 3px 4px #534737;
	}
.phItemInfo a {
	text-decoration: none;
	font-size: 16px;
	font-family: 'Waiting for the Sunrise',cursive;
	}

ul.hover_block { display: block; overflow: hidden; height: 1%; padding-bottom: 15px; }
			
ul.hover_block li {
	list-style:none;
	float:left;
	background: #dfd8ce;
	padding: 4px;
	width:204px; position: relative;
	margin-right: 40px;
	margin-bottom: 40px; }

ul.hover_block li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 196px;
	width: 196px;
	padding: 4px;
	color: #393024;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Merienda', cursive;	
	}
ul.hover_block li a:focus {
	color: #393024;
	}

ul.hover_block li a:hover { 
	text-decoration: none; 
	color: #393024;
	}

ul.hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	}
.hbText {
	font-family: 'Oxygen',sans-serif;
	font-size: 12px;
	color: #665a4a;
	}
.printInstructions {
	padding: 10px;
	width: 100%;
	background: #71685e;
	color: #fff;
	font-size: 10pt;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 20px;
	}	
.printNote {
	color: #bb4505;
	}
