/* Esto es mi hoja de estilo */
BODY { background: black ; colour: white; }
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: Arial, Helvetica, sans-serif ; color: red ; font-size: 18px ;
text-align:center ; text-indent: 0px ; margin: 7px 8px 7px 8px ; }
/* Fin de mi hoja de estilo */
