A:link, A:visited, A:active 
	{	
	text-decoration: none; 
	color: #009966 ; 
	}
										
A:hover 
	{
	text-decoration: none; 
	background : #009966;
	color: white;
	}

body
	{
	font-size: 10pt;
	font-family: Arial, Helvetica;
	margin-right: 10%;
	}
h1 
	{
	font-size: 16pt;
	font-family: Arial, Helvetica ;
	color: #009966;
	text-align: center;
	}
	
h2
	{
	font-size: 12pt;
	font-family: arial;
	color: #009966;
	}

p
	{
	text-indent: 1cm;
	text-align: justify;
	}
	


	
	
