.texto {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1pt;



}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1pt;
	text-decoration: none;

}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	letter-spacing: 1pt;


}
a:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
	background-color: #996600;
	letter-spacing: 1pt;
}
