<style type="text/css">
a:link
{
  color: rgb(255,0,255);
}
a:visited
{
  color: rgb(0,128,128);
}
a:active
{
  color: rgb(255,0,0);
}
a:hover
{
  color:rgb(255,0,0);
}
body
{
  color: rgb(102,102,102);
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: "10pt";
  background-color: rgb(255,255,255);
  
}
p
{
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: "10pt";
}
table
{
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: "10pt";
  table-border-color: rgb(0,0,128);
}
h1,h2,h3,h4,h5,h6
{
  color: rgb(0,0,128);
}
hr
{
  color: rgb(0,0,128);
}
ul
{
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: "10pt";
}
.onClickLink
{
  color: rgb(0,0,128);
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: "10pt";
  cursor: "hand";
}
</style>.