      .texto{   	font-family: Verdana;
                                             	color : black;
                                             	font-size : 11;
                                             	font-weight : none;
                                             	text-decoration : none;
                                             	text-align : justify;
                                             	
                                             }
                                              .rodape{
											  font-family: Verdana;
                                              text-decoration: none;
                                              font-size : 10;
											    font-weight : bold;
                                              }
                                              a:visited{
                                              text-decoration: none;
                                               color : red;
											  font-weight : bold;
                                              }
                                              a:link{
                                              color: red;
                                              text-decoration : none;
											  font-weight : bold;
                                              }
											  a:hover{
                                              font-weight : bold;
											  color : blue;
                                              }
											  
											  a.email{
											   font-size : 12;
											  color : black;}
											  
											  
	.form{
	border : 1pt solid #6086c7;
	font-size : 12;  }
		
