body {
	background-color: #FFF;
	text-align:center;
}

table {
	font:11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 840px;
	margin: auto;
	margin-top: 20px;
}

td {
	padding: 5px; 
	vertical-align:text-top;
	width: 100px;
	height:100px;
	text-align: center;
	font-size: 16px;
	background-color: inherit;
}
	
td:hover {
	background-color: #DDD;
}

h1 {
	text-align:center;
	font-size: 50px;
	font: Commodore !important;
	text-decoration: none;
	color: #000;
}

a {
	text-decoration: none;
}

img {
	box-shadow: 5px 5px 8px #888888;
}

td .hoverdescribe {
	color: #000;
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #000;
	font-size: 10px;
	top: inherit;
	left: inherit;
	width: 140px;
	margin-left: 5px;
	margin-top: 100px;
}

td .hoverdescribefix {
	color: #000;
	display: none;
	position: absolute;
	background-color: #FFF;
	border: 1px solid #000;
	font-size: 10px;
	top: inherit;
	left: inherit;
	width: 140px;
	margin-left: 15px;
	margin-top: 100px;
}

.noshad {
	box-shadow: 0px 0px 0px #888888 !important;
}

#header {
	margin-top: 10px;
}

td:hover .hoverdescribe, td:hover .hoverdescribefix {
	display:block;
}