a:link
{
	color: rgb(120,200,0); 
	text-decoration: none;

}
a:visited
{
	color: yellow; 
	text-decoration: none;

} 
a:active 
{
	color: rgb(120,120,0);
	text-decoration: none;
}
a:hover
{
    	background : rgb(189,255,255);
    	color : rgb(255,0,0);
}

body
{
	font-family: Arial, Helvetica;
	background-color: #107010;
	color: rgb(0,51,51);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
HR
{
    color: rgb(0,153,153); 
    height: 3;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: rgb(0,153,153);
           font-weight: bold; 
           font-size: 32pt; 
}
h2
{
	font-style: italic;
           font-weight: bold; 
           font-size: 18pt;
           color: yellow; 
}
h3
{
	font-size: 12pt;
           color: rgb(153,153,102); 
}
h4
{
	font-style: italic;
	font-size: 14pt;
           color: cyan;
           text-indent: 2cm;
}
h5
{
	color: yellow;
}
h6
{
	color: rgb(153,153,102);
}
P 
{ 
   	text-indent: 0.5cm;
	font-size: 14pt;
   	color : #CC9900
} 
p.gold  
{ 
	font-family: Comic sans MS; 
	font-size: 10pt; 
	color: gold; 
} 
PRE.marronclair
{
	color : #CC9900;
	font-family : verdana;
	font-size : 12pt;
}
PRE.cyan
{
	color : cyan;
	font-family : verdana;
	font-size : 12pt;
}
.gras 
{  
  font-family: Arial; 
  font-style: normal; 
  font-color: red; 
  font-weight: bold; 
  font-size: 10pt;
 text-decoration : none;
}


