.titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6d6d55;
	font-weight: bold;
}
.subtitulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #6D6D55;
}
.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #333333;
}
.a, a:link, a:active, a:focus

       {
	color : #6D6D55;
	background : transparent;
	text-decoration : none;
	font-weight : bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;

       }

       

			 a:visited

       {

           color : #6D6D55;

           background : transparent;

           text-decoration : none;

           font-weight : bold;

       }

			 

       a:hover

       {

           color : #F15E42;

           background : transparent;

           text-decoration : none;

           font-weight : bold;

       }


