/* CSS Document */
body {
  margin: 0;
}

a, a:hoover {
  style="text-decoration: none";
  color: black;
}

.treeNode {
  font-size: 13px;
  font-family: tahoma;
  font-weight: bold;
  text-decoration: none;
}

.treeLeaf, .treeLeaf a {
  font-size: 12px;
  font-family: tahoma;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

.upperMenu, .upperMenu a {
  font-family: Tahoma; 
  font-size: 10; 
  font-weight: bold; 
  padding-left: 5px;
  color: black;
  text-decoration: none;
}
