a {
	color: #ed301c;
	text-decoration: none;
}

a:visited {
	color: g#ed301c;
}

a:active, a:hover {
	color: #ed301c;
	text-decoration: underline;
} 

/* ///
  ///		
 /// */

a.tag-black {
	color: #000000;
	text-decoration: none;
}

a.tag-black:visited {
	color: #000000;
}

a.tag-black:active, a.tag-black:hover {
	color: #000000;
	text-decoration: underline;
}

/* ///
  ///		
 /// */

a.tag-likeText {
	color: #696969;
	text-decoration: none;
}

a.tag-likeText:visited {
	color: #696969;
}

a.tag-likeText:active, a.tag-black:hover {
	color: #696969;
	text-decoration: underline;
}






