/* Example style sheet file (note how this comment was created) */

BODY
{ font-size:8pt;
font-family: Arial,  Symbol, serif ;

color:"#ffffff";}
	
{  scrollbar-arrow-color:#86ABB4;
  scrollbar-track-color:#D1D5D6;
  scrollbar-shadow-color:#999999;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#999999;
  scrollbar-darkshadow-color:#666666;
  scrollbar-3dlight-color:#999999; }
  
  P { font-size: 8pt; color: #CCCCCC;}
BLOCKQUOTE { font-size: larger }
EM { font-size: 150% }
EM { font-size: 1.5em }




A { text-decoration:none }
a:link {color: #648DAF; text-decoration: none; }
a:visited {color: #648DAF; text-decoration: none; }
a:active {color: #648DAF; text-decoration: none; }
a:hover {color: #666666; text-decoration: underline;background="#"}
<!--
a.lien1:link { text-decoration: none; color:"#ffffff" }
a.lien1:visited { text-decoration: none; color:"#ffffff" }
a.lien1:hover { text-decoration: none; color:"#000000" }
--> 
<!--
a.lien:link { text-decoration: none; color:"#666666" }
a.lien:visited { text-decoration: none; color:"#666666" }
a.lien:hover { text-decoration: none; color:"#ffffff" }

H1	{font-weight: none;
 text-align:center; font-size:10pt;
	 text-align: center;
	 color: #000000;
	 font-family: 'Gill Sans', Arial, sans-serif}
H2	{font-weight: normal;
text-align:justify; font-size:8pt;
	 color: #ffffff;
	 font-family: 'Gill Sans', Arial, sans-serif}
	 a.lien:link { text-decoration: none; color:"#333333" }
a.lien:visited { text-decoration: none; color:"#333333" }
a.lien:hover { text-decoration: none; color:"#000000" }

CITE	{font-weight: normal;
font-family: 'Gill Sans', Arial, sans-serif;
	 font-style: italic}
