.titulo {
	color: #000;
	font-weight: normal;
	font-size: 13px;
}

.textos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.email {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.email:hover {
	color: #4d4d4d;
	text-decoration: none;
	font-weight: bold;
}

