
<!--
**
**   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:underline; cursor: hand;}

<!-- Customize the "folder" style here -->
{  }
{  }
{  }
a.folder { color: #FFDD00;
		   font-family=arial;
            font-size: 7pt;
			cursor: pointer;
            padding:0px;
            font-family : cursive;
}

<!-- Customize the "leaf" style here -->
{  }
{  }
{  }
a.leaf {
	color: #FFDD00;
	font-family : cursive;
	padding:0px;
	cursor: pointer;
	font-size : 7pt;                             
}

