1/* p bottom margin of zero from the default stylesheet makes the first p touching the top of the background */
2.cell-cs  p:first-child { margin-top: 0; }
3.cell-cs  p:last-child { margin-bottom: 0; }
4