#highlight {
		background-color: #FFFF00;
	}

#highlite {

		background-color: #CCCC00;
		}



A:link	{	
	text-decoration:	none;
	color:	#FF0000;
	background:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#FF0000;
	background:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FF0000;
	background:	none;
	}	
		
A:hover	{	
	text-decoration:	none;
	font-weight:    none;
        color:	#FF0000;
	background:	#FFFF00;
	}	
		
