BODY {
  background: #09B3DD;
  color: #ffffff;
  margin: 0px;
    font-family: Verdana;
  font-size: 10pt;
  font-color: #FFFFFF;
}

A {
  color: #000066;
  text-decoration: none;
  font-weight:bold;
}

A:hover {
  color: #000000;
  text-decoration: underline;
  font-weight:bold;
}
A:active {
  color: #ff0000;
  text-decoration: underline;
  font-weight:bold;
}

td { 
font-family: Verdana; 
font-size: 10pt; 
color: #ffffff;
 }
 
 a.link {  color: #000066;
  text-decoration: none;
   font-weight:bold; 
}
a.link:visited {  color: #000066;
  text-decoration: none;
   font-weight:bold; 
}
a.link:hover {  color: #000000;
  text-decoration: none;
   font-weight:bold; 
}