@charset "UTF-8";
/* CSS Document */

body, table {
	font-family: sans-serif;
	width: 960px;
	margin: 10px auto;
	text-align: center;
}

a {
	color: #338066;
	text-decoration: none;
	border-bottom: 1px solid #338066;
}

a:hover {
	color: #1f5c99;
	border-bottom: 1px solid #1f5c99;
}

h1 {
	margin: 30px;
	font-size: 40px;
}

h2 {
	margin: 40px;
	font-size: 20px;
}

th {
	font-size: 20px;
	width: 300px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

th span {
	font-size: 60px;
}


th.c1 {
	background: url('gull.png') no-repeat;
}

th.c2 {
	background: url('turtle.png') no-repeat;
}

th.c3 {
	background: url('dolphin.png') no-repeat;
}

tr {
	height: 100px;
}

td {
	font-size: 16px;
	line-height: 32px;
	vertical-align: top;
} 

td span {
	font-size: 24px;
}

tfoot td {
	font-size: 14px;
}


div {
	margin: 40px;
}

div a, div a:hover {
	border-bottom: none;
}