body {
	text-align: center;
	font-size: 20px;
}

img {
	max-width: 70%;
}

h1 {
	margin: 20px 0 20px 0;
    font-size: 90%;
}

h2 {
	margin: 35px 0 10px 0;
    font-size: 85%;
}

table {
	margin: auto;
	width: 90%;
}

td {
	position: relative;
	margin: auto;
	border: solid 1px #ccc;
	padding: 20px;
	background-color: #f9f9f9;
}

td a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

td a:hover {
	background-color: #eee;
	opacity:0.5;
}

.text {
	font-size: 80%;
	margin: 20px 0;
}

.footer {
	margin-top: 30px;
	font-size: 30%;
	color: gray;
}