body {  
  background-color: #000000;
  color: #ffffff;
  font-weight: normal;
  font-size: 8pt;
  font-family: "Palatino";
  }
h1.subheading {letter-spacing: 7px}
h2 {letter-spacing: 5px}
A:link { 
  color: #ffffff;
  text-decoration:none;
  }       /* unvisited link */
A:visited { 
  color: #C0C0C0;
  text-decoration:none;
  }   /* visited links */
A:active { color: #0000ff;
  text-decoration:none;
 } 
.tbllinks {
  border-collapse: separate;
  border-spacing: 15pt;
}

}
.tdlinks {
  border-width: 1px;
  COLOR: WHITE;
  border-right:solid;
  border-left:solid;
  border-top:solid;
  border-bottom:solid;
  text-align: center;
  vertical-align: center;
  horizontal-align: center;
  width: 100;
  height: 100;
}