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

a.hintanchor {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #A40C03;
	text-decoration: none;
	font-weight: bold;
}
a.hintanchor:hover {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: orange;
	text-decoration: none;
	font-weight: bold;
}
