body {
  font-size: 12px;
  color: #FFFFFF;
  background-color: #000000;
  background-image : url(images/background.gif);
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #999999;
  text-decoration: none;
}
a:hover {
  color: #0080FF;
  text-decoration: underline;
}
a:active {
  color: #FFFFFF;
  text-decoration: none;
}
H1 {
  color: #0080FF;
}
H2 {
  color: #0080FF;
}
B {
  color: #00FFFF;
}
#table_text {
  font-size: 11px;
  color: #FFFFFF;
}
TH{
  color : #0080ff;
  background-color : #202020;
}
