<STYLE TYPE="text/css">
<!-- /* hide style information from older browsers */
/* background color of document */
BODY {
  background: teal;
}
/* DIV, A and P elements should be identical */
DIV {
  background-color: teal;
             color: white;
        font-style: normal;
       font-family: Verdanna,arial,Helvetica,sans-serif;
         font-size: 10pt;
       font-weight: 700;
   text-decoration: none;
       line-height: 100%;
}

A {
  background-color: teal;
             color: white;
        font-style: normal;
       font-family: Verdanna,arial,Helvetica,sans-serif;
         font-size: 10pt;
       font-weight: 700;
   text-decoration: none;
       line-height: 100%;
}
/* area around links */
P {
  background-color: teal;
             color: white;
        font-style: normal;
       font-family: Verdanna,arial,Helvetica,sans-serif;
         font-size: 10pt;
       font-weight: 700;
   text-decoration: none;
       line-height: 100%;
}
//-->
</STYLE>