body { background-color: #cccccc }
h1 { color: green }
#chushaku { color: red; font-size: small }
table,tr,td,th { /* 一度に指定するのが好きなんですよ */
 border: 2px solid black; margin: 7px 15px;
 padding: 5px; background-color: #999999
 }
tr th { background-color: #333333; color: white }
