H1,H2,H3 { 
  font-family: Arial, MS Sans Serif, Sans-serif; 
  font-weight:bold; 
  font-style:normal; 
  text-decoration:none; 
  color:#0202FF;
}

H1 { 
  font-size:130%;
  border-bottom: solid black;
  border-width: 1pt;
}

H2 { 
  font-size:110%;
}

H3 {
  font-size:100%;
}

P,LI { 
  font-family: Arial, MS Sans Serif, Sans-serif; 
  font-size:normal;
  font-weight:normal; 
  font-style:normal; 
  text-decoration:none;
  text-align: justify;
}

BODY { 
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: 20%;
  margin-right: 20%;
  border-bottom: solid black;
  border-width: 1pt;
}

CONTENT {
  border: solid black;  
}

*.FOOTER { 
  font-size:80%;
  position: fixed;
  bottom: 0;
}