.style1 {color: #FF0000}
#s1 table {width: 600px;}
#s2 table {width: 600px;}
#s3 table {width: 600px;}

#s1 th {
background-color: #F3F3F3; /* 指定儲存格底色 */
font-weight: normal; /* 指定字型為一般粗細 */
padding: 2px; /* 指定上下左右內距 */	
width: 180px; /* 指定區塊寬度 */
border-left: 1px solid #CCCCCC; /* 指定1px的左框線*/
border-right:0px  /* 指定0px的又框線*/
}



#s2 th {
background-color: #ffffff; /* 指定儲存格底色 */
font-weight: normal; /* 指定字型為一般粗細 */
padding: 2px; /* 指定上下左右內距 */	
width: 180px; /* 指定區塊寬度 */
border-left: 1px solid #CCCCCC; /* 指定1px的左框線*/
border-right:0px  /* 指定0px的又框線*/
}

#s3 th {
background-color: #FFFF99; /* 指定儲存格底色 */
font-weight: normal; /* 指定字型為一般粗細 */
padding: 2px; /* 指定上下左右內距 */	
width: 180px; /* 指定區塊寬度 */
border-left: 1px solid #CCCCCC; /* 指定1px的左框線*/
border-right:0px  /* 指定0px的又框線*/
}
