<!--
body {

SCROLLBAR-ARROW-COLOR: #808080;
SCROLLBAR-BASE-COLOR: #000000;
SCROLLBAR-FACE-COLOR: #000000;
SCROLLBAR-HIGHLIGHT-COLOR: #000000;
SCROLLBAR-SHADOW-COLOR: #808080;
SCROLLBAR-3DLIGHT-COLOR: #808080;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
-->
A:link {
text-decoration : none; 
cursor : crosshair; 
} 
A:visited {
text-decoration : none; 
cursor : crosshair; 
} 
A:active {
cursor : crosshair; 
} 
A:hover {
cursor : crosshair; 
color : red; 
font-weight : bold; 
} 
