Comment supprimer la couleur du lien de

/* its a style option */
a {
	text-decoration: none; /* remove underline */
	color: inherit; /* remove blue */
}
L'homme habile