.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.interno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu_ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
	display: block;
	list-style-image: none;
	list-style-type: none;
	}
	
a:link {
	text-decoration: none;
	color: #000000
	}     /* unvisited link */
a:visited {
text-decoration: none;
color: #000000
}  /* visited link */
a:hover {
text-decoration: none;
color: #000000
}   /* mouse over link */
a:active {
text-decoration: none;
color: #000000
}   /* selected link */
