In HTML/CSS you can define a style which can be applied to many types of elements, e.g.:
.highlight { color:red; }
can be applied to bo
I got this working