@import url(base.css);

h2 {
	padding-top: 2em;
	clear: both;
}

ul {
	list-style: none;
}

li {
	float: left;
	margin: 0.5em 1em 0 0;
	border: thin solid #ddd;
	padding: 0.2em;
	background-repeat: no-repeat;
	background-position: bottom right;
	--opacity: 0.5;
}
li:hover {
	background-color: #f8f8f8;
	--background-position: bottom right+1em;
	--opacity: 1.0;
}

a {
	width: 10em;
	height: 4em;
	display: table-cell;
	text-decoration: none;
}

p {
	text-align: center;
}
