body {
	font-family: Georgia, sans-serif;
}
li {
	display: inline-block;
	width: 260px;
	height: 200px;
	margin: 10px;
	padding: 20px;
	border: 12px ridge #4d4d4d;
	background-color: #cccccc;
	list-style-type: none;
}
li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: white;
	background-size: 100%;
	background-repeat: no-repeat;
	border: inset 2px gray;
	text-decoration: none;
	color: #393939;
}
li a span {
	display: block;
	/*position: relative;*/
	margin-top: 201px;
	text-align: center;
	font-size: small;
	font-weight: bold;
	clear: both;
}
h1 {
	text-align: center;
}
h2 {
	background-color: whitesmoke;
	padding: .5em;
	border-top: solid 3px silver;
	text-align: center;
	margin-bottom: 0;
}
h3 {
	margin-top: 0;
	padding: .5em;
	border-top: solid 1px silver;
	text-align: center;
	
}
div.section {
	margin-bottom: 2em;
	text-align: center;
	clear: both;
}
blockquote {
	color: #cccccc;
}
.logos {
	display: none;
}