
td { border: 1px solid gray; padding: 1em; }

table, h1 { border: 1px solid gray; }

body {
  background-image: url('silver.gif'); 
  background-repeat: repeat-y;
}

h1 {
  background-image: url('pink.gif'); 
  background-repeat: no-repeat; 
  background-position: 150px 50%;
}

table { 
  background-image: url('palegreen.gif'); 
}

.row {
  background-image: url('skyblue.gif');
}

.cell {
  background-image: url('paleyellow.gif'); 
}
