

a.hovered {
	display: block;
	border: 4px solid #A0A0A0;
	
}

a.hovered img {
	display: block;
}


table.info{
	border-collapse: collapse;
	/* background: url("groovepaper.png"); */
	background-color: #B8D8D8; 
	border: 3px solid gray;
}

table.info th{
	padding: 5px;
}

table.info th, table.info td {
	border: 1px solid gray;
}

table.info td {
	padding: 5px;
}

table.info th img {
	max-height: 100px;
	width: auto;
	border: 4px solid lightgray;
}



