
/*título principal*/

h1 {
	color: rgb(111,111,113);
}



/*parágrafos*/

p {
	color: rgb(40,40,40);
	font-family: Arial !important;
	font-size: 12px;
}


/* trechos de texto em destaque na página */

.texto_destaque {

	font-weight: bold; 

	color: rgb(240,140,0);

}



.nome {

	color: rgb(32,70,129);

	font-weight: bold;

	font-size: larger;

	text-decoration: none;

}
