/* CSS Document */

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 180px; /*Default width of hint.*/ 
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
padding-left: 5px;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight:normal;

}

</style>
<style type="text/css">
<!--
.style1 {
	font-size: 17px;
}
-->


