/* Дерево с ветками ----------------------------------------- */
.tree 
{ 
  padding:0; 
  font-family: Arial, sans-serif; 
  font: 90% Arial, Helvetica, sans-serif;
}
.tree, .tree UL, .tree UL LI { list-style-type: none; }
.tree SPAN.node { cursor:hand; cursor:pointer; color:red;}
.tree SAMP
{
  font-family: "Trebuchet MS", sans-serif;
  font-size:110%;
}
