#hintbox{
	/*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #333333;
	width: 250px;
	/*Default width of hint.*/
	padding: 3px;
	border: 1px solid #000000;
	z-index:100;
	border-right: 3px solid #000000;
	border-bottom: 3px solid #000000;
	visibility: hidden;
	color : #FFCC00;
}

.hintanchor{
	/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	margin: 0px 5px;
}