Hi,

I'd like to know how i can make the text in the sidebox header appear normal, rather than be bold.

I've had luck tweaking the fonts colour/size/spacing with these calls in the stylesheet.

Code:
h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
	font-size: 1em;
	font-style: normal;
	color: #FF9933;
	letter-spacing: 2px;
	font-family: verdana;
	}
I can't isolate which call in the Sage stylesheet is making(or overiding?) all the text headers in the sideboxes appear in a bold font, even after doing a text search in my stylesheet for instances of the word "bold" in it. Any ideas?