
table#fun-products {
	margin: 0 auto 20px 20px;
}
table#fun-products tr td {
	width: 80px;
	height: 100px;
	border: 1px solid white;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}
table#fun-products tr td img {
	border: none;
	margin-bottom: 5px;
}
table#fun-products tr td a {
	text-decoration: none;
}
table#fun-products tr td:hover {
	border: 1px solid black;
	text-decoration: none;
}

table#fun-examples {
	margin: 0 auto 20px 10px;
}
table#fun-examples tr td {
	width: 165px;
	border: 1px solid white;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}
table#fun-examples tr td img {
	border: none;
	margin-bottom: 5px;
}
table#fun-examples tr td a {
	text-decoration: none;
}
table#fun-examples tr td:hover {
	border: 1px solid black;
	text-decoration: none;
}
table#fun-examples tr.info td {
	vertical-align: top;
	text-align: left;
}
table#fun-examples tr.info td:hover {
	border: 1px solid white;
}

