td.bar0 { color: #eeeeff; font-weight: bold; font-size: 20; text-align: center; alink: "999999";}
td.bar1 { color: #aaaabb; background-color: rgb( 10, 0, 100 ); font-weight: bold; font-size: 20; text-align: center;}


a.bar:link { color: #cccccc; text-decoration: none; }
a.bar:active { color: #ff0000; text-decoration: underline; }
a.bar:visited { color: #cccccc; text-decoration: none; }
a.bar:hover { color: #bbbbbb; text-decoration: underline; }

a.bardh:link { color: #cccccc; text-decoration: none; }
a.bardh:active { color: #ff00ff; text-decoration: underline; }
a.bardh:visited { color: #cccccc; text-decoration: none; }
a.bardh:hover { color: #bbbbbb; text-decoration: underline; }

span.hl { color: rgb(184, 198, 223); }
span.hlb { color: rgb(184, 198, 223); font-weight: bold; }

input { color: rgb( 184, 198, 223 ); 
  background: rgb( 30, 30, 30 ); 
  border: 2px outset rgb( 10, 0, 18 ); }

select { color: rgb( 184, 198, 223 );
  background: rgb( 30, 30, 30 );
  border: 2px outset rgb( 10, 0, 18 ); }

textarea { color: rgb( 184, 198, 223 ); 
  background: rgb( 30, 30, 30 );
  border: 2px outset rgb( 10, 0, 18 ); }
