#hintbox{ /*CSS for pop up hint box */
position:absolute;
background-color: #e0eaf9;
color:#1a3866;
padding: 2px;
z-index:100;
border: 1px solid #a7c7f6;
visibility: hidden;
width:250px;

}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
text-decoration:underline;
margin: 0px 0px;
}
.hintanchor:hover{ /*CSS for link that shows hint onmouseover*/
text-decoration:none;
}



