body  {
  background-color:  #f8f9fB;
  margin-top:        0;
  margin-left:       0;
  margin-right:      0;
  margin-bottom:     0;
  font-family:       Verdana, Arial, Helvetica, sans-serif;
  background-repeat: repeat-y;
}

table  {
  border-collapse:  collapse;
  border-spacing:   90px;        
  empty-cells:      show;
}

table.tb1  { width:1022px }

.center  {
  text-align:    center;
}

.tb1  {
  //font-size:   +1;
  border-width:  1;
  border-style:  solid;
  padding:       20;
  margin:        20;
}

em  {
  font-size:   normal;
  font-style:  normal;
  text-align:  center;
}

.err  {
  color:       #880000;
  font-weight: bold;
}

.info  {
  color:       #884400;
  font-size:   smaller;
}

.ok  {
  color:       #229900;
}

.warn  {
  color:       #888844;
  font-weight: bold;
}

.u  {
  font-size:   larger;
}
