#hintbox{
	position:absolute;
	top: 0;
	background-color: #666666;
	width: 200px;
	padding: 4px;
	font:normal 12px/18px Verdana;
	z-index:100;
	visibility: hidden;
	color: #FFFFFF;
	border-top: medium groove #009999;
	border-right: medium groove #006666;
	border-bottom: medium groove #003333;
	border-left: medium groove #00CCCC;



}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #FF6600;
margin: 3px 8px;
}
