a.texto:link {
	color: #684026;
	text-decoration: none;
}

<style type="text/css">
  
a.texto:link {
color:#684026;
text-decoration:none;
}
a.texto:visited {
color:#684026;
text-decoration:none;
}
a.texto:hover {
color:#684026;
text-decoration:Underline;
}
a.texto:active {
color:#684026;
text-decoration:none;
}

</style> font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
