#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #CC9966;
width: 500px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid #24758d;
font:normal 13px Verdana;
color:#FFFFFF;
 
line-height:18px;
z-index:100;
border-right: 1px solid #24758d;
border-bottom: 1px solid #24758d;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}