This is the shortest, I don’t think you can do it any shorter than:
.tomato a:link, .tomato a:visited, .tomato a:hover, .tomato a:active { color:#FF0000; }
OR
.tomato { a:link, a:visited, a:hover, a:active { color:#FF00000; } }
Hope this helps.