<!-- /* 網站基本樣式表 */

a, a:link  { font-family: 'Tahoma', 'Verdana', 'Arial'; color: #303030; text-decoration: none; }
a:visited { font-family: 'Tahoma', 'Verdana', 'Arial'; color: #303030; text-decoration: none; }
a:active  { font-family: 'Tahoma', 'Verdana', 'Arial'; color: #303030; text-decoration: none; }
a:hover   { font-family: 'Tahoma', 'Verdana', 'Arial'; color: #ff9e7d; text-decoration: none; position:relative;top:1px;left:1px;}

body, td, select, input, div, form, textarea, center, option, pre, br {
            font-family: 'Tahoma', 'Verdana', 'Arial'; font-size: 9pt; color: #595959; }

background { }

body      { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
            scrollbar-face-color: white;
            scrollbar-shadow-color: white;
            scrollbar-darkshadow-color: white;
            scrollbar-highlight-color: white;
            scrollbar-3dlight-color: white;
            scrollbar-track-color: white;
            scrollbar-arrow-color: #bfe3e3;
            overflow: auto; }

.button   { font-family: 'Tahoma', 'Verdana', 'Arial'; background-color: white; height: 20px;
                border-width: 1px; border-style: solid; border-color: black; }
.input    { font-family: 'Tahoma', 'Verdana', 'Arial'; background-color: white;
                border-width: 1px; border-style: solid; border-color: black; }

/* n@board 3 繁體中文版的專屬樣式設定 */
.minichi  { font-family: '新細明體', 'PMingLiU'; font-size: 8pt; }
select    { font-family: '新細明體', 'PMingLiU'; }

//-->
