/* this imitates two <hr>'s with a title in between, but with a gray color in between the rules */

.band {height:1.5em; line-height:1.5em; background:#e5e7e9;
       vertical-align:middle; text-align:center;
       font-size:140%; font-weight:bold;
       border-top:2px solid black; border-bottom:2px solid black;
       margin-top:0.5em; margin-bottom:0.5em;}
