BODY  {background: white; /* #FFFF99 ; */
      color: black;
      font-family: Arial, Helvetica, sans-serif; 
      margin-left: 5%; 
      margin-right: 5%;
      margin-top: 0.5cm }

/* H1: titulos mayores */
H1 {font-family: Arial, Helvetica, sans-serif; 
    font-size: 180%;
    font-weight: bold; 
    text-align: center;
    color: #0033AF}
H2 {font-size: 140%;
    font-family: Arial, Helvetica, sans-serif; 
    font-weight: normal; 
    color: #3366FF}
H3 {font-size: 130%;
      font-family: Arial, Helvetica, sans-serif; 
    font-weight: normal; 
    color: #3366FF}
/* H4: para subtitulos de titulo H1 */
H4 {font-size: 110%;
      font-family: Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    text-align: center;
    color: black}

OL, UL, TD, TH, LI {background: white; 
      color: black;
      font-family: Arial, Helvetica, sans-serif }
UL {list-style-type: disc}

A:link {color: #0033AF;
        text-decoration: underline}
A:visited {color: #0033AF;
        text-decoration: underline}
A:hover {color: red}

P {text-align: justify}

/*
BODY:after {
  content: "The end";
  display: block;
  border-top: solid thin;}
*/
