/*
 * Stylesheet for individual photos in an album
 */

html, body { 
	background-color: black;
	color: white;
}

a:link, a:visited { 
	color: white;
}

.caption {
	font-family: Arial,helvetica,sans-serif;
}

.exif-data {
	color: blue;
}

.photo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}