
body {
	background: #000;
	margin: 0;
	padding: 0;
}
table {
/*padding: 40px;*/
margin: 40px auto;
}
td {
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #fff;
}
td:hover {
  background: #000 !important;
  font-weight: bold; 
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.special {
 color: #161616;
}
.special:hover {
	color: #fff;
}