@charset "iso-8859-1";
/* author: Ricardo Pluss */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 01/05/01 */

body {background: "#C0C0C0";
      color: black;
      margin-left: 10%;
      margin-right: 10%;	 
}

h1 { margin-left: -8%;}  
h2,h3,h4,h5,h6 { margin-left: -4%; }
h1 (font-size: 200%; )
h2 (font-size: 150%; )
h3 (font-size: 100%; )	  

body { font-family: Verdana, sans-serif; }
h1,h2 { font-family: Garamond, "Times New Roman", serif; }

table.simple { background: red }
div.box { border: ridge	; border-width: thick; width: 100% }

<!-- Reglas de Raggett (para evitar bugs en los browsers) -->
<!--Primera regla: todo texto dentro de <p></p> u otro bloque -->

<!--Segunda regla: setear font-family de elementos <PRE> -->
pre { font-family: monospace; }

<!--Tercera regla: setear font-family de headings y elementos "p" y "ul"-->
h1,h2,h3,h4,h5,p,ul { font-family: sans-serif; }

<!-- Hyperlinks -->
:link { color: rgb(0, 0, 153) }  /* for unvisited links */
:visited { color: rgb(153, 0, 153) } /* for visited links */
:active { color: rgb(255, 0, 102) } /* when link is clicked */
:hover { color: rgb(0, 96, 255) } /* when mouse is over link */


