p{
	color:black;
}

body {
	background-color: rgb(202, 242, 202);
	font-family:Georgia, 'Times New Roman', Times, serif;
}

.texto_normal {
	color: black;
}

.texto_destaque {
	color: rgb(4, 42, 4);
	
}

.caixa_fundo {
	background-color: antiquewhite;

}