a {
  	color: #FF0000;
  	text-decoration: none;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	}

a:active {
	color: #999999;
	text-decoration: none; 
}

a:hover { 
	color: #339900; background:#DEDECA;
	text-decoration: none;	
}
