<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="css_html.xsl" ?>
<css>

<style>
    <selector>h1</selector>
    <property name="margin">0</property>
    <property name="padding">0</property>
    <property name="font-size">20px</property>
</style>

<style>
    <selector>h3</selector>
    <property name="background-image">url(../style/pic/h3.gif)</property>
    <property name="background-repeat">repeat-x</property>
    <property name="padding-bottom">10px</property>
    <property name="text-align">right</property>
    <property name="width">100%</property>
    <property name="font-weight">bold</property>
    <property name="font-size">19px</property>
</style>

<style>
    <selector>h4</selector>
    <property name="font-size">17px</property>
</style>

<style>
    <selector>h5</selector>
    <property name="font-weight">normal</property>
</style>

<style>
    <selector>h1</selector>
    <selector>h2</selector>
    <selector>h3</selector>
    <selector>h4</selector>
    <selector>h1 a</selector>
    <property name="color">rgb(147,105,104)</property>
</style>

</css>
