
A:link, A:active
	{
	text-decoration	:	none;
	color		:	#3399FF;
	background-color: transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	#3399FF; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	#FFFFFF;
	background	:	#660099;
	}
A:hover.brown 
	{ 
   	text-decoration	:	none; 
	color		:	#FFFFFF;
	background	:	#660099;
	}
A:visited.brown, A:link.brown
	{
	text-decoration	:	none;
	color		:	#660099;
	}
body {
	background-color: #EFEFEF;
}

