#hintbox	{
				position:absolute;
				top: 0;
				background-color: #ffffff;
				width: 150px; /*Default width of hint.*/ 
				padding: 5px;
				border: 2px solid #0184d6;
				font: normal 11px Georgia;
				color: #222222;
				line-height:14px;
				z-index:100;
				visibility: hidden;
			}

.hintanchor	{
				font-weight: bold;
				color: navy;
				margin: 3px 8px;
			}
