A.leftmenu:link, A.leftmenu:active
	{
	text-decoration	:	none;
	color		: #FFFFFF;
	background	: #95B589;
	font : bold medium Arial, Helvetica, sans-serif;
	
	}
A.leftmenu:visited 
	{
   	text-decoration	:	none; 
   	color		: #FFFFFF; 
  	background	: #95B589;
	font : bold medium Arial, Helvetica, sans-serif;
	
	}		
A.leftmenu:hover 
	{ 
   	text-decoration	:	none; 
	color		: #FFFFFF;
	background-color : Black;
	font : bold medium Arial, Helvetica, sans-serif;
	
	}



A:link, A:active
	{
	text-decoration	:	none;
	color		: #2E8B57;
	background	:	transparent;
	font : bold small Arial, Helvetica, sans-serif;
	
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		: #20B2AA; 
  	background	:	transparent;
	font : bold small Arial, Helvetica, sans-serif;
	
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		: #006400;
	background-color : Lime;
	font : bold small Arial, Helvetica, sans-serif;
	
	}
 BODY {
	color: #006400;
	text-align: left;
	background : White;
	font : 20px Arial, Helvetica, sans-serif;
}



