
<!--
**
**   Description : STYLESHEET FOR GENERATION OF THE HTML Treeview
**
**   Date : 26/10/2002 - version : 1.0
**   Author : Jean-Michel Garnier, http://rollerjm.free.fr
**   Source is free but feel free (!) to send any comment / suggestion to garnierjm@ifrance.com
**   One of the best tool to customize a css is TopStyle (www.bradsoft.com)
-->


<!-- Customize link style here -->
a:link {text-decoration:none;}
a:visited {text-decoration:none; }
a:hover {text-decoration:none; cursor: hand;}

<!-- Customize the "folder" style here -->
a.folder {  
	font-family: Verdana, Sans-Serif;
	font-size: 8Pt;
}

<!-- Customize the "leaf" style here -->
a.leaf {
	font-family: Verdana, Sans-Serif;
	font-size: 8Pt;
	cursor: hand;
}



