.box {
border: 0px solid #c1c1c1;
border-radius: 4px;
min-height: 2em;
margin-bottom: 2.5em;
}

.box h2, .box h2 a{
font-family: 'Arial Negrito', Arial;
font-size: 17px;
font-weight: 700;
font-style: normal;
color: rgb(29, 136, 113);
opacity: 1;
text-align: left;
margin-top: .500em;
text-decoration: none;
}

.box h2 a:hover {
	text-decoration: underline;
}

.box .data{
	font-family: 'Open Sans Regular', 'Open Sans';
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	text-align: left;
	color: rgb(102, 102, 102);
	margin-top: .500em;
}


.box p, .box p a{
	font-family: 'Open Sans Regular', 'Open Sans';
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	color: #727375;
	text-align: left;
	line-height: 25px;
	text-decoration: none;
}

.box p a:hover{
	text-decoration: underline;
}

.box img{
	width: 100%;
}