body {
	font-family: verdana; arial, sans-serif;
	font-size: 11px;
	color: #666;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #559;
}
a:hover {
	text-decoration: none;
	color: black;
}

#thumbs { border: 1px solid #ddd; }

#thumbs td {
	border: 1px solid #ddd;
	width: 110px;
	height:110px;
}

#thumbs a, #thumbs a:hover, #thumbs a:visited, #thumbs a:active {
	border: 0px solid white;
}

#thumbs td:hover {
	background-color: #ddd;
}


