/* Article Style 1 */
.headline1 {
	background: #8dc73f;
	border-top: 3px solid #719f32;
	padding: 10px;
}

	.headline1 h1 {
		color: #FFFFFF;
		font-size: 25px;
		font-weight: normal;
		letter-spacing: -0.8px;
	}
	
.content1, .content1 td {
	background: #8dc73f;
	padding: 10px;
	padding-top: 0px;
	color: #ffffff;
	margin-bottom: 10px;
}

	.content1 a, .content1 a:hover  {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: underline;
	}
	

/* Article Style 2 */
/* headline2 it's the same as Article Style 1 */

.content2, .content2 td {
	padding: 10px;
	margin-bottom: 10px;
}

	.content2 a, .content2 a:hover  {
		color: #8dc73f;
		font-weight: bold;
		text-decoration: underline;
	}


/* Article Style 3 */
.headline3 {
	padding: 10px;
}

	.headline3 h1 {
		font-size: 22px;
		font-weight: normal;
		letter-spacing: -0.8px;
	}
	
.content3, .content3 td {
	padding: 10px;
	margin-bottom: 10px;
}

	.content3 a, .content3 a:hover  {
		color: #8dc73f;
		font-weight: bold;
		text-decoration: underline;
	}
	
/* Headings in content1, content2, content3*/
.content1 h1, .content2 h1, .content3 h1 {
	font-size: 20px;
	font-weight: normal;
}

.content1 h2, .content2 h2, .content3 h2 {
	font-size: 17px;
	font-weight: normal;
}

.content1 h3, .content2 h3, .content3 h3 {
	font-size: 14px;
	font-weight: bold;
}

/* Paragraph */
.content1 p, .content2 p, .content3 p {
	margin-bottom: 10px;
}