BODY 
	{
		Background: url(images\background.gif)
	}
A:link	
	{	
		text-decoration:	none;
		color:	#3366cc;
	}	
			
A:visited	
	{	
		text-decoration:	none;
		color:	#3366cc;
	}	
		
A:active	
	{	
		text-decoration:	none;
		color:	#000000;
		font-weight: bold
	}	
		
A:hover	
	{	
		text-decoration:	underline;
		color:	#3366cc;
		font-weight: bold 
	}
