You need to have the class in the anchor tag as in <p><a class="normalTxtBoldLink" href="index.php?option=com_jevents&view=month&task=month.calendar& Itemid=134">Cadet Events Calendar</a></p>
Assuming you have something else that says
a:hover {color:#123;}
you can override it by setting the declaration on
.normalTxtBoldLink, .normalTxtBoldLink:hover {...}
That means that the styles will apply to that class, including when you hover over it.
If that isn't working, give us a link to a live page that's showing the problem and we'll see what we can do.
Bookmarks