a{
text-decoration: none
}
a:hover {
color: #000000; font-weight: normal; font-style: normal; text-decoration: underline
}
BODY{
scrollbar-face-color: #008000; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #ffff00

}


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffff;
width: 150px; /*Default width of hint.*/ 
padding: 4px;
border:1px solid #000000;
font:normal 12px Arial;
line-height:18px;
z-index:100;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/

}