#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffff;
width: 150px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid black;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
color           : #1757a1;
text-align:left;

}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #1757a1;
margin: 0px 0px;
}



