/*stylesheet.css*/

/*Style for tables of thumbnail images*/
table.thumbs{
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
}

/*Style for table cells that contain thumbnails*/
td.thumbs{
	border: solid 1 px #000000;
	padding: 10px;
}

/*Style for thumbnail images*/
img.thumbs{
	width: 100px;
}
