<!-- 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 {  font-family : "Verdana";
            font-size   : 7pt;
            padding     : 0px;
	    cursor      : hand;
}

<!-- Customize the "leaf" style here -->
a.leaf {    font-family : "Verdana"
	    padding     : 0px;
	    cursor      : hand;
	    font-size   : 7pt;                             
}

a.leaf:hover {    text-decoration : underline;
}