		#tree{
    margin-top: -60px;
    margin-left: 20px;
    }
    #tree li{
      list-style-type:none;	
			font-family: "Times New Roman", Times, serif;
			color:#855027;
			font-size:16px;
			font-weight:normal;
		}
		#topNodes{
			margin-left:0px;
			padding-left:0px;
			font-size:20px;
		}
		#topNodes ul{
			margin-left:20px;
			padding-left:0px;
			display:none;
		}
		#tree .tree_year{
		  font-size:21px;
		  line-height:21px;
			padding-left:2px;
			margin-top:15px;
		}
		#tree .tree_month{
		  font-size:16px;
		  line-height:24px;
			padding-left:2px;
		}
		#tree .tree_article{
		  font-size:16px;
		  color:#6E671F;
		  text-decoration: underline;
			line-height:24px;
			padding-left:0px;
			font-weight:normal;
		}
		#tree img{
			padding-top:2px;
		}
		#tree a{
			color:#855027;
			font-size:16px;
			font-weight:normal;
			text-decoration:none;
		}
		.activeNodeLink{
			background-color: #316AC5;
			color: #FFFFFF;
			font-weight:normal;
		}

