A:link, A:active
	{
	text-decoration	:	none;
	color		:	red;
	background	:	transparent;
	}
A:visited 
	{
   	text-decoration	:	none; 
   	color		:	red; 
  	background	:	transparent; 
	}		
A:hover 
	{ 
   	text-decoration	:	none; 
	color		:	red;
	font-weight: bold;
	}
/*
text-transform: uppercase;
font-style: italic;*/