A{
  text-decoration : none;
  color : white;
}
A:ACTIVE{
  text-decoration : underline ;
  color : white;
}
A:HOVER {
  text-decoration : underline ;
  color : white;
}
A:VISITED{
  color : white;
}
BODY{
  color : silver;
  background-image : url(../img/back.gif);
  background-color : black;
}
TABLE{
  font-size : 10pt;
}
