<HEAD>
<TITLE>CSS Example</TITLE>
<STYLE TYPE="text/css">
  BODY { background-color: white }
  
  H1 { font-family: sans-serif, arial, helvetica; 
       font-size: 18pt;
       Line-height: 20pt;
       margin: 0;
       color: #333333}

  H2 { font-family: sans-serif, arial, helvetica; 
       font-size: 14pt;
       Line-height: 16pt;
       margin: 0;
       color: #333333}

  H3 { font-family: sans-serif, arial, helvetica; 
       font-size: 12pt;
       Line-height: 14pt;
       margin: 0;
       color: #333333; font-style: italic}

  P { font-family: sans-serif, arial, helvetica; color: #333333}

  TR { font-family: sans-serif, arial, helvetica; color: #333333}
   
  .GTIPara { font-family: sans-serif, arial, helvetica;
             font-size: 12pt;
             Line-height: normal;
             text-align: justify; color: #333333; font-weight: lighter}
</STYLE>
</HEAD>body {  background-color: #FFFFFF}
a:link {  color: #004080; font-family: sans-serif, arial, helvetica}
a:visited {  color: #000066}
a:active {  color: #009900}
a:hover {  color: #0000FF}

