 
 .lang {
  color : peru;
  font-weight : normal;
  font-size : 10px;
  font-family : "MS Sans Serif";
  vertical-align : bottom;
 }
 
 .a  { 
  cursor : default;
  color : #515199;
  font-weight : normal;
  font-size : 10px;
  font-family : "MS Sans Serif";
  vertical-align : bottom;
 }
 
 .leaf2  {
  cursor : pointer;
  color : black;
  font-weight : bold;
  font-size : 10px;
  font-family : "MS Sans Serif";
  margin-left : 5px;
  padding-top : 4px;
  padding-bottom : 4px;
 }
           
 .leaf  {
  cursor : pointer;
  color : navy;
  font-weight : normal;
  font-size : 9px;
  font-family : "MS Sans Serif";
  border-left : solid 0.04em #d9d9d9;
  margin-left : 15px;
  text-decoration : none;
 }
            
 .normal  {
  color : gray;
  font-weight : normal;
  font-size : 8px;
  font-family : "MS Sans Serif";
  text-align : center;
 }
  		  
 A:hover  {
  background-color : #E9E9E9;
 }
 
 A, A:visited  {
  cursor : pointer;
  text-decoration : none;
  color : navy;
  font-weight : normal;
  font-size : 10px;
  font-family : "MS Sans Serif";
 }
