 A:link, A:active
	{
	text-decoration	:	none;
	color		:	#3366cc;
	background	:	transparent;
	font : Arial, Helvetica, sans-serif;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#2266ff; 
  	background	:	transparent;
	font : Arial, Helvetica, sans-serif;
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#006600;
	background	:	#ffff00;
	background-color : #FFFACD;
	font : Arial, Helvetica, sans-serif;
	}
	
	A.blu:LINK,A.blu:ACTIVE {
	text-decoration	:	none;
	color		: Navy;
	background	:	transparent;
	font : Arial, Helvetica, sans-serif;
	} 
	
	A.blu:VISITED {
	text-decoration	:	none;
	color		: Black;
	background	:	transparent;
	font : Arial, Helvetica, sans-serif;
	}
	, 
	A.blu:HOVER {
	text-decoration	:	none;
	color		:	#006600;
	background	:	#ffff00;
	background-color : #FFFACD;
	font : Arial, Helvetica, sans-serif;
	}

 BODY {
	color: #000000;
	text-align: left;
	font : 19px Arial, Helvetica, sans-serif;
	}

