.section {
	float: left;
	width: 920px;
	margin-bottom: 45px;
}
table {
	width: 920px;
	font-size: 0.9em;
	background: #CCC;
	margin-top: 10px;
}
table th,
table td {
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
	vertical-align: top;
	color: #333;
}
table td a {
	display: block;
}
table th {
	background: #eee;
	color: #333;
	font-size: 1.2em;
}

a, a:link, a:visited {
	color:#666;
	background-color: inherit;
}
a:hover {
	color: #ccc;
	background-color: inherit;
}
