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