/* <LINK rel="stylesheet" href="Include/Public.css" type="text/css"> */

<style type="text/css"> 
<!--
a:link    {color: White;  text-decoration: underline} /*未點選*/
a:visited {color: Silver; text-decoration: underline} /*點選過*/
a:hover   {color: Yellow; text-decoration: none}      /*滑鼠經過時*/
a:active  {color: Gray;   text-decoration: underline} /*點選時*/

BODY {
color: White;
background-color: Black;
margin: 1px;
scrollbar-face-color: black;       /* 滾軸與選鍵 */
scrollbar-highlight-color: red;    /* 立體左上邊內緣 */
scrollbar-3dlight-color: black;    /* 立體左上邊外緣 */
scrollbar-shadow-color: red;       /* 立體右下邊內緣 */
scrollbar-darkshadow-color: black; /* 立體右下邊外緣 */
scrollbar-arrow-color:  red;       /* 箭頭 */
scrollbar-track-color: #2e2e2e;    /* 滾軸路徑 */
}

/*
H1 {font-size: 25pt}
font {font-size: 20px}
*/

.ColorRed {color: Red; font-weight: bold}
.ColorBlue {color: Blue; font-weight: bold}
.ColorGold {color: Gold}
.ColorGreen {color: Green}

.ColorHide {color: Black; background-color: Black}
.ColorRedH {color: Black; font-weight: bold; text-decoration: none}
.ColorBlueH {color: Black; font-weight: bold; text-decoration: none}

.fontSxx {font-size: 12px}
.fontSx  {font-size: 14px}
.fontS   {font-size: 16px}
.fontM   {font-size: 18px}
.fontL   {font-size: 20px}
.fontLx  {font-size: 22px}
.fontLxx {font-size: 24px}

/*
.fontSxx {font-size: 12px}
.fontSx  {font-size: 15px}
.fontS   {font-size: 18px}
.fontM   {font-size: 20px}
.fontL   {font-size: 22px}
.fontLx  {font-size: 25px}
.fontLxx {font-size: 28px}

.font9px {font-size: 9px}
.font10px {font-size:10px}
.font11px {font-size:11px}
.font12px {font-size:12px}
.font13px {font-size:13px}
.font14px {font-size:14px}
.font15px {font-size:15px}
.font16px {font-size:16px}
.font17px {font-size:17px}
.font18px {font-size:18px}
.font19px {font-size:19px}
.font20px {font-size:20px}
.font21px {font-size:21px}
.font22px {font-size:22px}
.font23px {font-size:23px}
.font24px {font-size:24px}
.font25px {font-size:25px}
.font26px {font-size:26px}
.font27px {font-size:27px}
.font28px {font-size:28px}

.font7pt {font-size: 7pt}
.font8pt {font-size: 8pt}
.font9pt {font-size: 9pt}
.font10pt {font-size:10pt}
.font11pt {font-size:11pt}
.font12pt {font-size:12pt}
.font13pt {font-size:13pt}
.font14pt {font-size:14pt}
.font15pt {font-size:15pt}
.font16pt {font-size:16pt}
.font17pt {font-size:17pt}
.font18pt {font-size:18pt}
.font19pt {font-size:19pt}
.font20pt {font-size:20pt}
.font21pt {font-size:21pt}
.font22pt {font-size:22pt}
.font23pt {font-size:23pt}
.font24pt {font-size:24pt}
.font25pt {font-size:25pt}
.font26pt {font-size:26pt}
*/
-->
</style>
