/*Esto es mi hoja de estilo*/

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

BODY { background: url("objetos/fondo1.jpg") ;}

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

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

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

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

P { font-family: garamond ; font-size: 24px ;

text-align:justify ; text-indent: 20px ; margin: 7px 8px 7px 8px ; }

/* Fin de mi hoja de estilo*/