	A:link 		
		{ 
		color: #000000; 
		background-color: transparent; 
		text-decoration: none; 
		}

	A:visited 
		{ 
		color: #000000; 
		background-color: transparent; 
		text-decoration: none; 
		}

	A:hover 
		{ 
		color: 
		background-color: transparent;
		text-decoration: none; 
		}

	A:active 
		{ 
		color: #000000; 
		background-color: transparent; 
		text-decoration: none; 
		font-style: none; 
		}
