   /* styles for the tree */
   SPAN.TreeviewSpanArea A {
        font-size: 10pt; 
        font-family: verdana,helvetica; 
        text-decoration: none;
        color: black
   }


   SPAN.TreeviewSpanArea A:hover {
        color: '#FFFFFF';
   }
   /* rest of the document */
   BODY {background-color: white}

   TD {
        font-size: 10pt; 
        font-family: verdana,helvetica; 
   }

