.item {
	text-decoration: none;
	display: block;	
	padding: 5px;
	color: black;	

}

.item h1 {
	margin: 0px;	
	padding: 0px;
	border-bottom: 1px dashed black;
	font-size: 110%;
}

.item:hover {
	text-decoration: none;
	background: #79c0e3;
}

.item img {
	float: right;
	border: 0px;
	margin-left: 20px;
	border: 1px solid black;
}

.item br {
	clear: both;
}

h2 {
	font-size: 1.2em;
	border-bottom: 1px dashed #b5b5b5;
}

.screengrab {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;	
	font-size: 8pt;
	font-style: italic;
}

.screengrab a {
	color: black;
	border: 0px;
}