body {
  background:#000000;
}

body,td,p,a,span,h1,h2 {
  color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size:8pt;
  }
  
h1 {
  font-weight:bold;
  font-size:16pt;
  margin-top:4pt;
  margin-bottom:1pt;
  }
  
h2 {
  font-weight:bold;
  font-size:12pt;
  margin-top:4pt;
  margin-bottom:1pt;
  }

a,a:visited {
  color:white;
  text-decoration:underline;
  }

a:hover {
  text-decoration:none;
  }

*.black,a.black,a.black:visited,a.black:hover { 
  color:black; 
  }
  
*.copy {
  font-size:7pt;
  }

*.border {
  border:1px #999999 solid;
  }
  
.w {
  color: #FFFFFF;
}