body {
	font-family: sans-serif;
	color: black;
	background-color: white;
}

table.grid {
	border-right: thin solid black;
	border-bottom: thin solid black;
}

table.grid td {
	text-align: center;
}

td.grid {
	padding: 0;
	border-left: thin solid black;
	border-top: thin solid black;
	width: 100px;
	height: 100px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}
