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