  /*
     Section (line)
     -------------------
  */

  /* Titles and sections :

     - NC won't print for "border" + "margin" + <TD>. We need both to achieve
       the effect of a "band" around the title, let's use a table instead. 
  */
	table.table-section {
	        border-bottom: 3px solid #000000; 
	}
        h2 {
		margin-bottom: 0em; 
	        border-bottom-width: 3px;
	        border-bottom-color: #000000;
        }
