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