#container {
	background-color: #fff;
	color: #333;
}

a:link, a:visited {
	color: #565c75;
	text-decoration: underline;
}

a:hover, a:active {
	color: #757b92;
	text-decoration: none;
}

/* @group Photo Album */

.photo-background {
	background-color: #fff;
}

/* @group Index Page (Thumbnail view) */

.thumbnail-table {
	background: #eee;
}


.thumbnail-caption {
	color: #999;
}
	
/* @end */

/* @end */
