Cascading stylesheets
In HIP, defines the style elements for fonts and
buttons
Colors
Size
Text decoration: bold, underline, etc.
Assigned in the XSLT by the class attribute
<a>
<xsl:attribute
name="class">
<xsl:value-of
select="$css_normal_black_font1"/>
</xsl:attribute>
<b><xsl:value-of
select="$full_bib_call_num"/></b>
</a>