CSS can’t target arbitrary words, but with a combination of a plug-in and some css to style it, you can do it. I’m a fan of Regex Mark for something like this, but there are others.
In Regex Mark:
the CSS:
.at-words {
color: rgb(40 164 40);
font-size: 1.1em;
}
and the result:


