@charset "utf-8";
.titulo {
	font-family: "Comic Sans MS", cursive;
	font-size: 36px;
	color: #000;
	text-align: center;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: justify;
	word-spacing: normal;
}
