#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:	#800000;
	background:	none;
	}	
		
A:hover	{	
	text-decoration:	none;
	font-weight:    none;
        color:	#008000;
	background:	none;
	}	
		
