<HEAD>

<TITLE>Style sheet example</TITLE>

<STYLE TYPE="text/css">

<!--


<BODY STYLE="font-family: 'Copperplate Gothic Light', 'Papyrus', fantasy">

H1, H2, H3 { text-align: center;
                  color: "black";
            font-family: 'Copperplate Gothic Light'}

H4, H5, H6 { text-align: center;
                  color: 'black';
            font-family: 'Papyrus'}


-->

</STYLE>

</HEAD>