body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  background-color: #000000;
  color: #FFFFFF;
}

a:link {
  	color: rgb(223,223,223);
}

a:visited {
  	color: rgb(191,191,191);
} 

a:active {
  	color: rgb(255,255,255);
}

table {
  	table-border-color-light: rgb(159,159,255);
  	table-border-color-dark: rgb(127,127,159);
}

h1, h2, h3, h4, h5, h6 {
  	color: #FFFFFF;
}
P {
  font-size: 10pt;
  }
TD {
  font-size: 10pt;
  }
LI {
  font-size: 10pt;
  }