You could do it the opposite way and add code that will show up specifically for your homepage and it will only show up on the homepage –
.home .epik-black a {
color: #333;
}
Then you could add a different color for the rest of the site by adding this (or whatever color you want) –
.epik-black a {
color: #008ae3;
}