.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
	text-decoration: none;
}
.enlaces {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.enlaces a:hover{
    font-weight:bolder;
	color: 999999;
}
.enlaces a{
	 color:#FF0000;
}	 

.enlaces a:visited{
     text-decoration: none;
	 }
	
