
BODY, H1, P     { display: block; }
HEAD            { display: none; }
TABLE           { display: table; }
TR              { display: table-row; }
TD, TH          { display: table-cell; }

TH              { font-weight: bolder; }
BODY            { padding: 8px; line-height: 1.33; }
H1              { font-size: 2em; margin: .67em 0; font-weight: bolder; text-align: center; }
P               { margin: 1.33em 0; }
