 /* Basic style sheet to show a "photo album" */










td.year {
	background: #9999BB;
	border-bottom: 1px solid black;
}

td.yearspace {
	height: 16px;
}

table.albums {
	width: 600px;
}



