a:link {
   font-size      : 10pt;
   text-decoration: none;
   color          : #606060;}

a:visited {
   font-size:10pt;
   text-decoration: none;
   color          : #606060;}

a:active {
   font-size:10pt;
   text-decoration: none;
   color          : #7794BC;}

a:hover {
   font-size:10pt;
   text-decoration: underline;
   color          : #7794BC;} 
   
body,input,td,textarea,select,checkbox  {
   font-size:10pt;
   scrollbar-face-color      : #d0d0d0;
   scrollbar-shadow-color    : #EEEEEE;
   scrollbar-highlight-color : #EEEEEE;
   scrollbar-3dlight-color   : #EEEEEE;
   scrollbar-darkshadow-color: #CCCCCC;
   scrollbar-track-color     : #FFFFFF;
   scrollbar-arrow-color     : #555555;}
  
/* index.php START */
td.main_title{
   font-size       : 10pt;
   color           : #ffffff;
   text-align      : center;
   background-color: #2A74BA;}
    
td.main_show{
   font-size : 10pt;
   text-align: center;}
    
/* 標題.說明置左 */
td.main_show1{
   font-size : 10pt;
   text-align: left;}
    
td.kind{
   font-size : 9pt;
   text-align: left;
   color     : #6660D7;}
    
/* index.php STOP */
   
td.input{
   font-size: 10pt;}

/* 沒有文章時的說明 div 區塊 */
div.NoPost{
   font-family     : 標楷體;	      
   font-size       : 12pt;		        
   color           : #2A74BA;
   text-align      : center;		      
   background-color: #8FDAFF;	
   width           : 80%;		              
   height          : 30px;		            
   padding         : 8px;}
