<!--
a{text-decoration:none;}
a:active{text-decoration:underline;}
a:hover{color: #000000; text-decoration:underline;}
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
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;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
BODY {
scrollbar-face-color: #EAE9E4;
scrollbar-arrow-color: #BE0000;
scrollbar-highlight-color: #A19587;
scrollbar-3dlight-color: #A19587;
scrollbar-shadow-color: #A19587;
scrollbar-darkshadow-color: #A19587;
scrollbar-track-color: #EAE9E4;
background-color: #EAE9E4;
color: #666666;
font: normal 7.5pt Verdana, Arial, Helvetica;
font-weight: none;
}
INPUT {
  font: bold 12px Verdana, Arial, Helvetica;
  height: 19px; 
  color: #666666;
  BACKGROUND-COLOR: #FFFFFF; 
  border-top: 1px solid #A19587; 
  border-bottom: 1px solid #A19587; 
  border-left: 1px solid #A19587; 
  border-right: 1px solid #A19587;
}
-->