/* CSS Document */

/* styles for the tree */
   SPAN.TreeviewSpanArea A {
        font-size: 10px; 
        font-family: Lucida Grande, Geneva, Verdana, Arial, sans-serif; 
        text-decoration: none;
        color: black
   }
   
   SPAN.TreeviewSpanArea A:hover {
        color: 'red';
   }
