a:link {
	color: #006600;
    text-decoration: none;
}

a:visited {
  color: #00CC00;
  text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
	font-style: italic;
	
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

a.hidden {
  color: #000000;
}


.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	TEXT-DECORATION: none;
	font-style: normal;
	line-height: 22px;
	color: #666600;
	text-align: justify;

}

