div#content {
	font-size: 1.5em;
	padding: 10px 20px; 
}
table {
	border-collapse: collapse;
	margin: 0 auto;
	table-layout: auto;
	background-color: #f0f0f0;
	width: 100%;
}
table th {
	border: solid 1px #c0c0c0;
	padding: 2px;
	text-align: center;
	color: #000;
	background-color: #e6e6e6;
	letter-spacing: 0.1em;
}
table td {
	border: solid 1px #c0c0c0;
	padding: 2px 5px;
	color: #000;
	background-color: #fff;
}
span.strike {
	text-decoration: line-through
}
tt {
	background-color: #e6e6e6;
	border-bottom: 1px solid #c0c0c0;
}

div.thumb {
	border: 1px solid #c0c0c0;
	width: 250px;
	float: left;
	margin: 10px;
	text-align: center;
	background: #c0c0c0;
}
