 /* 	Style of the article	 */
 
 .textContent{
	display: inline-block;
	
	width: 92%;
	height: auto;
	line-height: 2;
	
	margin: 0 2% 2% 2%;
	padding: 1% 2%;
	border-radius: 5px;
	
	box-shadow: 0px 0px 10px #999;
	
	background: #fff;
}

.textContent header{
	color: #002eb8;
	font-weight: bold;
}

.textContent footer{
	color: #002eb8;
	font-size: 12px;
	font-style: italic;
}