I have a variable in my code called BLACKCARDS which is a string. I'm trying to style it using CSS not inline style. I've tried below but this is not working.

Code:
<style type="text/css">
		BLACKCARDS
		{
			background-color:orange;
		}
	</style>
How do I style this variable?