
<style>


H1 {
        color: black;
        font-style : italic;
        font-size: 40pt;
        font-weight: 900
	

}
H2 {
        color: black;
        font-style : italic;
        font-size: 20pt;
        font-weight: 100;
		
	
}
H3 {
        color: black;
        font-size: 20pt;
        font-weight: 100;
	
}
H4 {	color: black;
        font-size:11pt;
        font-weight: 100;
		
	
}
H5 {	color:black;
        font-size:10pt;
        font-weight: 500;
}
H6{	color: black;
        font-size:8pt;
        font-weight: 100;
		
	
}
H7 {
        color: black;
        font-style : italic;
        font-size: 20pt;
        font-weight: bold;
}
H10 {	color:black;
        font-size:9pt;
        font-weight: 500;
}

a:link      { color : blue  ;   font-weight: none ;text-decoration : none ; }
a:active    { color : blue  ;   font-weight: none ;text-decoration : none ; }
a:visited   { color : blue  ;   font-weight: none ;text-decoration : none ; }
a:hover  {
	color           : red ;
	text-decoration : none ;
	font-weight     : none ;
}
</style>


