table.gallery {
	width:650px;
	font-family: Arial, Helvetica, sans-serif; color:#333;
}

.gallery img{
	width: 420px;
	height: 420px;
}

.gallery a:link{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

.gallery a:visited {color: #333;}
.gallery a:hover {color: #fff; background-color:#999;}
.gallery a:link:hover {color: #fff; background-color:#999;}

/*
tr.heading {
	text-align: center;
}

td.name {
	padding-top: 5px;
	padding-bottom: 25px;
}
*/