BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Verdana;
  font-size: 10pt;
  font-color: #000000;
}

A {
  color: #ff0000;
  text-decoration: underline;
  font-size: 10pt;
  font-family: Verdana;
}

A:hover {
  color: #000000;
  text-decoration: none;
 }
A:active {
  color: #FF00000;
  text-decoration: underline;
  }



td {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Verdana;
  font-size: 10pt;
  font-color: #000000;
}

a.link {
  color: #ff0000;
  text-decoration: underline;
    font-size: 10pt;
     font-family: Verdana;
}

a.link:hover {
  color: #000000;
  text-decoration: none;
 
}
a.link:active {
  color: #FF00000;
  text-decoration: underline;

}

.sml {
  color: #000000;
  font-size: 8pt;
  }
  
.thumb 
{border:1px;
border-thickness: 1px;
border-color: ff0000;
border-style: solid;
}
A:hover, A:active {color: #00000}
A:hover .thumb, A:active .thumb 
{border:1px; border-thickness: 1px;
border-color: #ff0000; border-style: solid}


  




.Highlight { font-weight: bold; }