body { 
  background : white;
  color : orange;
  background-image: url("background.gif");
  background-repeat: repeat;
}

a { 
 color : orange;
 }

table { 
  background-color: lightgrey;
  color : black;
}

tr.class0
{ 
  background-color: lightgrey;
  color : black;
}
tr.class1
{ 
  background-color: #EEEEEE;
  color : black;
}
