/* CSS Document */

.hintbox{ /*CSS for pop up hint box */
	top: 0;
	background-color: lightyellow;
	padding: 3px;
 	white-space: normal;
	border:1px solid black;
	font:normal 11px Verdana;
	line-height:18px;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: normal;
	color: navy;
	margin: 3px 3px;
}