/* 這種是套用在a href */
a.click:link {  font-size: 9pt; color: #000000; text-decoration: underline; font-family: "Arial"}
a.click:visited {  font-size: 9pt; color: #000000; text-decoration: underline; font-family: "Arial"}
a.click:hover {  font-size: 9pt; color:  #990000; text-decoration: none; font-family: "Arial"}

/*標題名稱*/
.titlew {  font-family: "Arial"; font-size: 10pt; color: #CE217F; font-weight: bold; padding:3px 0px 0px 0px}

/*內容文字有行距*/
.ct {  font-family: "新細明體"; font-size: 9pt; color: #666666; line-height: 14pt}

/*內容文字有行距*/
.cthigh {  font-family: "Arial"; font-size: 9pt; color: #0057A8; line-height: 14pt}

/*輸入欄位單行*/
.input {
             font-size: 9pt; 
             font-family: Arial;
             color:#333333; 
             border:1 solid #D8AA46;
             background-color:#FFFFFF;       
}

form {margin:0px}