
.Article {	
	column-count: 3;
  column-width: 350; //255
	column-gap: 10px;  //90
	column-rule: 1px dotted #BBB;
	border-top: 1px solid #999;
	border-bottom: 0px solid #999;	
	padding: 8px;
	text-align: justify;
 	
}

.Article2Col {
	column-count:2;
}

.Article3Col {
	column-count:3;
}