body { 
  background-color:rgb(200,200,200); 
}

.text1 {
  font-family:verdana,helvetica,arial;
  font-size:8pt;
  background-color:rgb(255,255,255);
  color :rgb(0,0,0);
}

.text2 {
  font-family:verdana,helvetica,arial;
  font-size:8pt;
  background-color:rgb(0,0,0);
  color :rgb(255,255,255);
}

.text3 {
  font-family:verdana,helvetica,arial;
  font-size:10pt;
  background-color:rgb(255,255,255);
  color :rgb(0,0,0);
}

.text4 {
  font-family:verdana,helvetica,arial;
  font-size:8pt;
  background-color:rgb(200,200,200);
  color :rgb(0,0,0);
}