
.heading
{
	background: none; 
	padding: 10px; 
	color: #207FDC; 
	text-transform: capitalize; 
	border-bottom-style:solid; 
	border-left-style:solid; 
	border-top-style:none; 
	border-right-style:none; 
	border-left-width: 10px; 
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: bolder;
	transition: width 1s;
	width: 100%;
}

.heading:hover
{
	background: none; 
	padding: 10px; 
	color: maroon; 
	text-transform: capitalize; 
	border-bottom-style:solid; 
	border-left-style:solid; 
	border-top-style:none; 
	border-right-style:none; 
	border-left-width: 10px; 
	border-bottom-width: 1px;
	font-size: 18px;
	font-weight: bolder;
	transition: width 1s;
	width: 90%;
}

.post_date
{
	background: none; 
	padding: 7px;
	font-style: italic;
	color:#207FDC;
}

.description
{
	text-align: justify; 
	line-height: 32px; 
	color: #052446; 
	font-size: 16px;
}

