.Article2Col {
	column-count: 2;
	column-gap: 20px;
	column-rule: 1px dotted #99CC33;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: justify;
        color: #333333;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	left: 200px;
	position: absolute;
	width: 650px;
	margin-top: 260px;
	overflow: auto;
	height: 500px;
	
}