/* Copyright (c) 2000 Lin Qi (linqi@mail.com) */
/* for BIG5 encoding */


/* Redefine HTML tag */
a       { color: #996699; text-decoration: none }
a:hover { color: #FF8855 }
body    { font-family: "新細明體", "細明體" }
p       { font-family: "新細明體", "細明體" }
tt      { font-family: "細明體" }
td      { font-family: "新細明體", "細明體" }


/* Font size and line spacing definition */
.normal      { font-size: 12pt}
.normal-14   { font-size: 12pt; line-height: 14pt }
.normal-16   { font-size: 12pt; line-height: 16pt }
.normal-18   { font-size: 12pt; line-height: 18pt }
.normal-20   { font-size: 12pt; line-height: 20pt }
.normal-21   { font-size: 12pt; line-height: 21pt }
.normal-28   { font-size: 12pt; line-height: 28pt }

.small       { font-size: 9pt}
.small-12    { font-size: 9pt ; line-height: 12pt }
.small-14    { font-size: 9pt ; line-height: 14pt }
.small-16    { font-size: 9pt ; line-height: 16pt }

.mediumsmall { font-size: 10pt }
.big         { font-size: 14pt }
.larger      { font-size: 14pt }
.largest     { font-size: 16pt }

.note        { font-size: 9pt; color: #000055 ; line-height: 12pt; font-family: "新細明體", "細明體" }
.note-14     { font-size: 9pt; color: #000055 ; line-height: 14pt; font-family: "新細明體", "細明體" }
.note-16     { font-size: 9pt; color: #000055 ; line-height: 16pt; font-family: "新細明體", "細明體" }


/* Basic color definition */
.red     { color: #EF0000 }
.green   { color: #008000 }
.blue    { color: #0000FF }


/* Special fonts and styles */
.helvetica   { font-family: "Helvetica" }
.pinyin      { font-family: "PinYinFW"; font-size: 12pt }
.biaodian    { font-family: "細明體", "新細明體" }

