/* CSS Document */

/* 帶底線，滑過無線 */
/* 灰色12級，帶底線，滑過無線 */
.grey12_line {font-size: 12px;	line-height: 21px;color: #666666;text-decoration: underline;}
a.grey12_line:hover{text-decoration: none;}

/* 紫色12級*/
.amethyst {font-size: 12px;line-height: 21px;color: #9C499C;text-decoration: underline;}
a.amethyst:hover{text-decoration: none;}

/* 橘色12級*/
.orange12 {font-size: 12px;color: #ff6600;text-decoration: underline;}
a.orange12:hover{text-decoration: none;}

/* 橘色12級，行高21 */
.orange12_21h {font-size: 12px;line-height: 21px;color: #ff6600;text-decoration: underline;}
a.orange12_21h:hover{text-decoration: none;}

/* 不帶底線，滑過有線 */
/* 灰色12級 */
.grey12 {font-size: 12px;line-height: 21px;color: #666666;text-decoration: none;}
a.grey12:hover{text-decoration: underline;}

/* 白色12級*/
.white12 {font-size: 12px;line-height: 21px;color: #FFFFFF;text-decoration: none;}
a.white12:hover{text-decoration: underline;}

/* 綠色12級*/
.green12 {font-size: 12px;line-height: 21px;color: #738E10;text-decoration: none;}
a.green12:hover{text-decoration: underline;}

/*首頁8塊的大標題CSS，全帶底線，滑過無線*/
.8_1 {	font-size: 15px;font-weight: bold;color: #BE8F2C;text-decoration: underline;}
a.8_1:hover{text-decoration: none;}
.8_2 {	font-size: 15px;font-weight: bold;color: #DE4994;text-decoration: underline;}
a.8_2:hover{text-decoration: none;}
.8_3 {	font-size: 15px;font-weight: bold;color: #528629;text-decoration: underline;}
a.8_3:hover{text-decoration: none;}
.8_4 {	font-size: 15px;font-weight: bold;color: #4A4129;text-decoration: underline;}
a.8_4:hover{text-decoration: none;}
.8_5 {	font-size: 15px;font-weight: bold;color: #218EBD;text-decoration: underline;}
a.8_5:hover{text-decoration: none;}
.8_6 {	font-size: 15px;font-weight: bold;color: #CE1C10;text-decoration: underline;}
a.8_6:hover{text-decoration: none;}
.8_7 {	font-size: 15px;font-weight: bold;color: #FF6500;text-decoration: underline;}
a.8_7:hover{text-decoration: none;}
.8_8 {	font-size: 15px;font-weight: bold;color: #AD0063;text-decoration: underline;}
a.8_8:hover{text-decoration: none;}




