div.box1 {
	font-size:2.1em;
	line-height:2.1em;
	padding-top:10px;
	min-height:50px;
	text-align:center;
	margin-left:0px;
	overflow:hidden;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
	padding-left:30px;
	padding-right:18px;
	padding-bottom:12px;
	border-bottom:1px solid black;
	
}

div.box2 {
	cursor:pointer;
	background-color:black;
	background-size:cover;
	background-repeat: no-repeat;
	overflow:hidden;
	padding:0px;
	color:white;
	border-radius:0px;
	margin:0px;
	width:100%;
}




div.box3 {

	font-size:30pt;
	color:white;
	text-align:center;
	overflow:hidden;
	margin-bottom:20px;
}


# div.box3 :hover {  background-color:rgb( 0, 0, 0, 0.6); }

div.story {

	border-radius:5px;
	padding:10px;
	margin-left:-1px;
	margin-top:0px;
	font-size:15pt;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	width:auto;
	font-weight:normal;
	color:white;
}