html {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

div.title {
	font-size: x-large;
	margin-bottom: 1em;
}

div.text {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 1em;
	font-size: medium;
}

div.thumbnail {
	margin-bottom: .5em;
}

div.thumbnail a img {
	border: 1px solid #fff;
}

div.thumbnail a:hover img {
	border-color: #00f;
}

div.caption {
	font-size: small;
	margin-bottom: 2em;
	width: 60%;
	margin-left: 20%;
}

div.footer {
	font-size: x-small;
}