/* Article Style 1 */
.headline1 {
	padding: 0 0 9px 10px;
}

	.headline1 h1 {
		font-size: 36px;
		color: #65a91a;
		font-weight: normal;
		letter-spacing: -2px;
		margin-left: -2px;
	}
	
.content1 {
		padding: 0 0 25px 10px;
		font-size:12px;
		line-height:1.8;
	}


/* Article Style 2 */
.headline2 {
	padding: 0 0 9px 10px;
}

	.headline2 h1 {
		font-size: 30px;
		color: #f7af23;
		font-weight: normal;
		letter-spacing: -1px;
		margin-left: -2px;
	}
h2{
        font-size: 18px;
		color: #586877;
		font-weight: normal;
		letter-spacing: -1px;
		
}	
h3{
        font-size: 15px;
		color: #586877;
		font-weight: bold;
		
		
}	
/*content2 has the same properties as content1*/
