<style type="text/css">
a:link
{
  color: rgb(0,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);
  background-image: url(../images/background.jpg);
}
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-light: rgb(192,192,192);
  table-border-color-dark: rgb(128,128,128);
}
h1,h2,h3,h4,h5,h6
{
  color: rgb(0,0,255);
}
hr
{
  color: rgb(0, 0, 255);
}
ul
{
  font-family: "Verdana, MS Sans Serif,Arial,Helvetica,sans-serif";
  font-size: "10pt";
}
</style>.
