
		

		
A:link	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	blue;
	}	
		
A:visited	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	none;
	font-weight:	bold;
	color:	#F00;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	red;
	}	
		

		

