.titulo {
	font-family: "Comic Sans MS", cursive;
	font-size: 32px;
	color: #000;
	text-decoration: underline;
	background-color: #0FC;
	text-align: center;
}
.texto {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	text-align: justify;
}
