#hintbox{ /*CSS for pop up hint box */
position:  absolute;
top: 0;
background-color: #000099;
width: 150px; 
padding: 3px;
border:1px solid black;
font:bold 11px Verdana;
color: white;
line-height:18px;
z-index:100;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: blue;
margin: 3px 8px;
}