#tooltip {
	position: absolute;
	border: 3px solid #111;
	background-color: #f0dc82;
	padding: 5px;
	z-index: 9999;
	box-shadow: #777 0px 5px 7px;
	-moz-box-shadow: 0px 5px 7px #777;
	-webkit-box-shadow: 0px 5px 7px #777;
	behavior: url(ie-css3.htc);
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	behavior: url(border-radius.htc);
	
}

.tooltip-hidden {
	display: none;
}

.tooltip-text {
	text-align: center;
	font: 10pt arial;
	font-style: oblique;
	font-variant: small-caps;
	font-weight: bolder;
	text-shadow: 0px 0px 7px black;
}



.webkit {
	font-size: 16px;
}
body div table tr td {
	font-size: 24px;
	color: #999;
	font-weight: normal;
}
body td {
	font-size: 12px;
}
body td {
	color: #999;
}
body td {
	font-size: 25px;
}
