body
{
  margin-top: 100px;
  margin-left: 10px;
  font-family: "MS Sans Serif",ariel,verdana;
  background-color: #5590bb;
  font-size: 9pt;
  font-weight:bold;
  text-align: center;
}

a:link
{
  font-size: 9pt;
  font-weight: bold;
  color: white;
  text-decoration: none;
  text-align: center
}

a:visited
{
  font-size: 9pt;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

a:active
{
  color: black;
  text-decoration: none;
/*  font-size: 10pt;*/
  font-weight:bold;
}

a:hover
{
  color: cyan;
  text-decoration: none;
}


