body  {
           margin-left: 3%;
           margin-top: 0%;
           font-size: 100%;
           background-color: #ffffff;
           line-height: 1.5;
       
         
}

h1 {
       font-size: 150%;
       font-weight: bold;
       color: #003399;
       font-family: 標楷體; 
       border-bottom: 1px solid #003399;

       
}

caption {
       font-size: 150%;
       font-weight: bold;
       color: #003399;
       font-family: 標楷體; 
       background-color: #c5d2f4;
       padding-top: 3px;
       padding-bottom: 2px;
       border: 1px solid;
            
}

th {
background-color: #e0e9fa;
 color: #006699;
}

tr.altrow1 { background-color: #ffffff;
}

tr.altrow2 { background-color: #dedede;
}


h2 {
       font-size: 130%;
       font-weight: bold;
       color: #006699;
       font-family: 標楷體;

}

h3 {
       font-size: 105%;
       font-weight: bold;
       color: #0033cc;
}
 
 
b {
     font-size: 100%;
   color: #006699;
}

strong {
             font-size: 100%;
   color: #006699;
}

input {
       color: #003399;
       background-color: #c5d2f4;
       border: 1px solid;
        
}


select {
       color: #003399;
       background-color: #c5d2f4;
       border: 1px solid;
            
}





.indent {
padding-left: 0px;
}

a:link {
	text-decoration: none;
	color: #009933;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: none;
	color: #00ccff;
}
a:active {
	text-decoration: none;
	color: #ff0000;
}


