body {
	color: black;
	background-color: #99f; 
	font-style: Verdana, sans-serif;
}

h1 {
	text-align: center;
}

div.photo {
	border: 2px solid white;
	background-color: #ccf;
	margin: 10px;
	float: left;
	text-align: center;
}
div.thumbnail {
	padding: 10px;
	min-height: 130px;
	min-width: 130px;
}
div.checkbox {
	text-align: left;
	padding: .25em;
	margin: 0;
	border-top: 2px solid white;
}

a img {
	border: 1px solid black;
	vertical-align: bottom;
}

input[type="submit"], hr {
	clear: both;
}