td.last a:link {
	color: black;
	text-decoration: none;	
}
td.last a:hover {
	color: black;
	text-decoration: underline;
}
td.last a:visited {
	color: black;
}

table.holder {
	display: block;
	margin: 0 auto;
	width: 226px;
}

table.holder td {
	border: 1px solid gray;
	padding: 5px;
	font-size: 18px;
}