a:link, a:visited 
 {
   color: blue;
   font: normal 12px arial;
 }
a:hover
 {
   color: blue;
   font: normal 12px arial;
   text-decoration: underline;
 }

BODY {SCROLLBAR-ARROW-COLOR: #000033; SCROLLBAR-BASE-COLOR: #9ABCA4}

TD
 {
   color: black;
   font: normal 12px arial;
 }
 
MenuHeader
 {
   color: white;
   font: normal 14px arial;
 }
 
 .MenuDetail
 {
   color: white;
   font: normal 10px arial;
 }