
.text-mutator { 
	background-repeat:repeat-x;
	background-color:#000000;
	background-image:url('');
	background-size:contain;
}
.text-mutator.strike1 {
	text-decoration: #000 line-through;
}
.text-mutator.strike2 {
	text-decoration: #000 double line-through;
}
.text-mutator-text::selection {
	color:#000000;
	background:#000000;
}
.text-mutator-text::-moz-selection {
	color:#000000;
	background:#000000;
}
.text-mutator-text {
	color:#000000;
}
.text-mutator-text a {
	color:#000000;
}
.text-mutator-text a:hover {
	color:#000000;
}
.text-mutator-text a::selection {
	color:#000000;
	background:#000000;
}
.text-mutator-text a::-moz-selection {
	color:#000000;
	background:#000000;
}