A:link {
	text-decoration: none;
	color: #6633ff;
	font-weight: bold;
	background:	transparent;
}

A:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background:	transparent;
}

A:visited {
   	text-decoration: none; 
   	color: #0000cc;
	font-weight: bold;
  	background:	transparent; 
}		

A:hover { 
   	text-decoration:none; 
	color: #ff0033;
	font-weight: bold;
	background: transparent;
}
