#text h1 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin-top: 20px;
	}

#text h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}

#text p {
	font-size: 14px;
	font-style: italic;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
}

#text p.ultimo {
	font-size: 14px;
	font-style: italic;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	margin-right: 0;
}

#text p.nome {
	color: #000;
	margin-left: 40px;
}

#text p.nome1 {
	color: #000;
	margin-left: 40px;
	margin-top: 20px;
}

#text p.nome em {
	color: #6e6f6d;
}

#text p.nome1 em {
	color: #6e6f6d;
}

