Garrett
  type		quantity	Cost (per item)	Color
  -----------------------------------------------------
  Chair		2		50		red
  Chair		6		100		green
  Table-high	1		400		red
  Table-high	1		200		green
  Table-high	1		400		blue
  Sofa		1		350		yellow
  Sofa		1		550		green
  Sofa		1		400		blue
  Lamp-floor	1		250		blue
  Rug		1		150		yellow
  
Steve
  type		quantity	Cost (per item)	Color
  -----------------------------------------------------
  Chair		2		50		red
  Chair		3		50		green
  Chair		5		150		yellow
  Table-high	1		300		red
  Table-high	1		200		yellow
  Table-high	1		400		green
  Sofa		1		400		yellow
  Sofa		1		550		red
  Sofa		1		300		blue
  Lamp-floor	1		150		yellow
  Rug		1		250		blue