/* Esto es mi hoja de estilo */

BODY { background: olive ; }

A:link { font-weight: bold ; color: black ; text-decoration: none; }

A:visited { font-weight: bold ; color: yellow ; text-decoration: none; }

A:hover { font-weight: bold ; color: orange ; }

A:active { font-weight: bold ; color: yellow ; }


p.centrado { text-indent:0px ; text-align:center ; }

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	;
	text-indent: 20px;
	margin: 7px 8px 7px 8px;
	line-height: normal;
}

/* Fin de mi hoja de estilo */
