
a:link {color: #6588aD; text-decoration: none}
a:active {color: #6588aD; text-decoration: none}
a:visited {color: #6588aD; text-decoration: none}
a:hover {color: #800000; font-weight: normal; font-style: normal; text-decoration: underline}

BODY{
scrollbar-face-color: #eeeeee; 
scrollbar-shadow-color: #000000; 
scrollbar-highlight-color: #ffffff; 
scrollbar-3dlight-color: #000000; 
scrollbar-darkshadow-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #000000;

background-image: url(../images/back-grey-chk.gif);
background-color: #B5D8FD

}

.name {
color: #333333;
font-weight: bold;
font-style: normal;
font-size: 14px;
line-height: 1.2;
font-family: Arial, Georgia
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ddeeff;
width: 150px; /*Default width of hint.*/ 
padding: 10px;
border:1px solid #666666;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid #666666;
border-bottom: 3px solid #666666;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/

}

