/* このスタイルシートをHeader内でリンクさせると、クラス宣言をしないでも色付きテーブルになる */
TABLE TH {
	background: lightblue;
}

TABLE TD {
	background: lavender;
}

