/* Creado 08/01/20 */

	BODY { background: honeydew ; 
		color: black ;
		text-align: center ; 
		font-weight : bold ;
		font-size: 9pt ; 
		font-family: arial }
	a:link {color: black ; text-decoration: none }
	a:visited {color: black ; text-decoration: none }
	a:hover {color: red}	
	a:active { color: navy }
