
body { color: red; background: black;
		font-family: verdana, helvetica, sans-serif; }
h1 { font-family: garamond, "times new roman", serif; }
h2,h3,h4,h5,h6 { 	font-family: garamond, "times new roman", serif; }
pre { font-family: monospace; }

a:link { color: red; } 						 /* rojo */
a:visited { color: rgb(255, 204, 204); }  /* rosa claro */
a:active { color: white; }                /* blanco */
a:hover { color: rgb(255, 204, 102); }    /* ocre */

table { color: red; bgcolor: black; }

