#highlight {
		background-color: #DEEEE1;
		}

A:link	{	
	text-decoration:	underline;
	color:	#0C6C87;
	background:	none;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#004D46;
	background:	none;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#008080;
	background:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
        color:	#0F7318;
	background:	#CDDDD1;
	}	
		

