 
  BODY { 
         font-family: Arial;
         font-size: 10pt;
         color: black;
         background: white;
         margin-left: 10pt;
         margin-bottom: 10pt;
         margin-top: 10pt;
	 margin-right: 10pt
}
  A:LINK { 
         color: blue;
 	 text-decoration : none
}
  A:VISITED { 
         color: blue
}
  A:ACTIVE {
	 color : red;
}
  H1 { 
	 font-family: Arial;
         font-size: 18pt;
         font-weight: demi-bold;
         font-style: italic;
         color: black;
         text-align: center;        
	 margin-bottom: 10pt

}
  H2 { 
         font-family: Arial;
         font-size: 14pt;
         font-style: italic;
         color: black;
         margin-top: 10pt;
         margin-bottom: 3pt
}
  H3 { 
         font-family : Arial;
         font-size : 12pt;
         font-style : italic;
	 font-weight : bold;
         color : black;
         margin-bottom: 0pt
}