/*一般連結*/
a.link2:link { color: #007DFB; text-decoration:  none} 
a.link2:visited { color: #007DFB; text-decoration: none} 
a.link2:hover { color: #D83AC8; text-decoration: none} 


/*上主選單*/
A:link  {color: #663366; text-decoration: none; cursor: hand}
A:visited  {color: #993399; text-decoration: none}
A:active  {color:  #000000; text-decoration: none}
A:hover {color: #ff0000; text-decoration: none}

/*副選單*/
a.link3:link { color: #831010; text-decoration:  none} 
a.link3:active  {color:  #007DFB; text-decoration: none}
a.link3:visited { color: #831010; text-decoration: none} 
a.link3:hover { color: #000000; text-decoration: none} 



body , p , table , td , form {font-family:Arial, Helvetica, sans-serif, 新細明體;font-size:10pt;}

/*input表單*/
.input_border {BORDER: black 1px solid; BACKGROUND-COLOR: #f2f2ff}

.input_border1 {BORDER: black 1px solid; BACKGROUND-COLOR: #fffff5;}

/*文字強制左右對齊*/
.content {font-size:10pt;line-height:180%;text-align: justify; text-justify: inter-ideograph;}

/*各字級大小設定*/
.s {font-size:8pt;}
.m {font-size:10pt;}
.l {font-size:12pt;}
.xl {font-size:14pt;}
.xxl {font-size:18pt;}