body { 
   background : #000000;
}

a {
   color : black;
   font-family : Arial; 
   font-size : 9pt; 
   font-weight : bold; 
   background : #aaaaaa;
   text-decoration : none;
}

a:hover {
   color : red;
}

.th_border {
   background : silver;
}

.th_backgnd { 
   color : black; 
   font-family : Arial; 
   font-size : 9pt; 
   font-weight : bold; 
   background : #aaaaaa;
}

