body {
  background: white;
  color: black ;
  margin-left:5%;
  margin-right:5%;
  font-family:"arial";
  font-size:12pt;
  text-align:justify;  
}

BR { clear:all;}

P { margin:2em,7%}

HR { width:500;
     text-align:center;
     }

H1, H2, H3, H4, H5, H6 {
  font-family:"arial";
}

H1 {
  font-size:22pt;
  text-align:center;
}

H2 {
  font-size:18pt;
}

H3 {
  font-size:14pt;
}

H4 {
  font-size:12pt;
}

H5 {
  font-size:10pt;
}

H6 {
  font-size:8pt;
}


li {font-family:"arial";}


th {font-family:"arial";
    font-size:10pt;
    color:gold;
    background:indigo;
    }


td {font-family:"arial";
    font-size:10pt;
    }
    
.lCol {
        font-size:10pt;
        color:navy;
        background:gainsboro;
        text-align:right;
        font-weight:bold;
      }

.rCol {
        font-size:10pt;
        color:darkOlive;
        background:tan;
}

.center { text-align:center }
.right  { text-align:right  }
.justify { text-align:justify }

.big {
  color: black;
  background: transparent;
  font-weight: bold;
  text-align: center;
  font-size: 33pt;
}

.topMenu {
          width:250;
          margin:0,25%;
         }


.important{ color:red;
            font-weight:bold;
           }



