#highlight {
		background-color: #F4F1C6;
		}

#hilite {

		background-color: #F0F0F0;
		}



A:link	{	
	text-decoration:	underline;
	color:	#00FF00;
	background:	none;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#00FFFF;
	background:	none;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#000080;
	background:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
        color:	#000060;
	background:	#E0E0E0;
	}	
		


