img { border: 10; }

td a
{
	color: green;
	text-decoration: none;
	font-weight: bold;
}
td a.large
{
	color: #ccc;
	font-size: 24px;
}

td a:hover
{
	color: #000;
}