.texto1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #003366; text-align: justify}
.lnk {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #003366; text-decoration: none}

.lnk A:link {
	color: #003366;
	text-decoration: none;
	
}
.lnk A:visited  {
	color: #003366;
	text-decoration: none
}
.lnk A:hover {
	color: #003366;
	text-decoration: underline;
}
.lnk A:active {
	color: #003366;
	text-decoration: none;
	
}