.Titulo {
	font-family: Arial;
	font-size: 16px;
	color: #003300;
	text-decoration: none;
}
.indice {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	list-style-type: none;
	cursor: hand;
}
.texto {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	list-style-type: decimal;
	text-align: justify;
}
