		a.menua:link , a.menua:visited, a.menub:link , a.menub:visited, a.menuc:link , a.menuc:visited, a.menud:link , a.menud:visited
		{
			text-decoration:  none;				
			color: rgb(189,189,189);
		} 
		

		a.white:link , a.white:visited , a.white:hover , a.white:active   
		{
			text-decoration: none;				/* Applies to all unvisited links */	
			color: ffffff;
		} 
		
			img
		{ 
			border: 0;
			outline: none;
		}
		
		
		.whitetext
		{
			color: rgb(189,189,189);
		}
		
		
		a.black:link , a.black:visited   
		{
			text-decoration: none;				/* Applies to all unvisited links */	
			color: rgb(31,30,33);
		} 

		a.menua:hover , a.menua:active , a.black:hover , a.black:active 
		{
			text-decoration:  none;				
			color: rgb(170,25,72);
		} 
		
		a.menub:hover , a.menub:active 
		{
			text-decoration:  none;				
			color: rgb(170,25,72);
		} 
		a.menuc:hover , a.menuc:active 
		{
			text-decoration:  none;				
			color: rgb(170,25,72);
		} 
		a.menud:hover , a.menud:active 
		{
			text-decoration:  none;				
			color: rgb(170,25,72);
		} 
