body
{
}
A:link	{	
	text-decoration:	none;
	color:	green;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	brown;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	red;
	}	
		
A:hover	{	
	font-size: small;
	color:blue;
	
	}
