Barry,
Still not sure where you're going with this.
The typical font attributes (with example values):
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
color: #003399;
font-weight is typically normal, lighter, bold, bolder or
100,200,300,400,500,600,700,800,900 or inherit
I'd have to lookup on in msdn exactly where all these values are in relation
to each other... I've stuck with normal and bold... not too fancy
text-decoration controls how hyperlinks apprear, text-decoration:underline
is the default, and text-decoration:none is common for removing the
underlining. It's possible text-decoration applies elsewhere... I've only
used it for links... for certainity check msdn or other refrence material.
Is that sort of what you're looking for?
Regards,
Rob MacFadyen