/*
 estilo_1.css
 Hoja de estilo.
 José A. Alonso Jiménez <Jose-Antonio.Alonso@cs.us.es>
 Sevilla, 14 de Abril de 2005 (Revisión del 16 de Abril de 2005)
 =============================================================================
*/

body { 
  margin: 2%;
  background: white;
  color: black;
  font-family: Arial, Helvetica, sans-serif }

h1, h2 { color: black }

p { text-indent: 5% }

li {padding-bottom: 1ex}

/* a:visited { color:red; } */

div.navegacion { font-size: small; }

td.firma { font-size: small }
  
