BODY {
  color: #000000;
  background-color: #FFFFFF;
  margin: 10 20 10 20;
  font-family: Tahoma, Arial, Helvetica; 
  font-size : 80%;
}

H1 {
    font-size: 220%;
    font-weight : bold;
    font-family : Tahoma, Arial, Helvetica;
} 
H2 {
    font-size: 180%; 
    font-weight : bold;
    font-family : Tahoma, Arial, Helvetica;
}

H3 {
    font-size: 120%; 
    font-weight : bold;
    font-family : Tahoma, Arial, Helvetica;
}

H4 {
    font-size: 8pt; 
    font-weight : bold;
}

H5 {
    font-size: 12pt;
    font-weight : bold;
    color : #0000CC;
}

H6 {
    font-size: 10pt; 
    font-weight : bold;
  color : #006600;
}

A {
  border : 0;
  margin : 0;
  padding : 0;
  outline: none;  
}

#justify {
  text-align : left;
  margin-left : 80;
  margin-right : 80;  
}
p.alert {
  color : red;
}

#indent {
  margin-left : 35;
}

p.center {
  text-align : center;
}

p.ref {
  font-size: 100%;
  font-style : italic; 
  font-family : Tahoma, Arial, Helvetica;
}  


