h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Sans TC', sans-serif;    
}
/* Basic styles */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
h1 {
	font-size: 2.5em; /* 40px/16=2.5em */
}
h2 {
	font-size: 2.0em; /* 30px/16=1.875em */
}
h3 {
	font-size: 1.7em; /* 25px/16=1.56em */
}
h4 {
  text-align: center;     
  font-size: 1.2em; /* 20px/16=1.25em */
 }
h5 {
  font-size: 1.4em;
  color: #096A24; /* 18px/16=1.25em */
 }
h6 {
  font-size: 1.3em;
  color: #096A24; /* 18px/16=1.25em */
 }
p {
  font-size: 1.2em;
 }

ol 
li {
  font-size: 1.2em;
 }

p,a,span,li,label{
    @import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
font-family: "cwTeXMing", serif;

}
img{
	max-width:100%;
}
 input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border-color: #2F5BB7;
    background-color: #357AE8;
    background-image: none;
  }
.linklisthead {
    display: block;
	border-bottom: 1px solid #888;
	color: darkblue;
}		
a:hover, a:visited, a:link, a:active {
text-decoration: none;
color: #525252;    
}

  .gradient-box {
    background: linear-gradient(to right, #00FF00, #008000);
    padding: 10px;
    border-radius: 5px;
  }
  .gradient-box2 {
    background: linear-gradient(to right, #00008B, #00BFFF);
    padding: 10px;
    border-radius: 5px;
	color: white; /* 字體顏色為白色 */  
	font-weight: bold; /* 字體加粗 */
  }

.pic {
  text-align: center;
  margin-bottom: 1.5em; /* 增加下方margin */
}

.picture {
  max-width: 100%;
  height: auto;
}

.caption {
  font-size: 12pt;
  color: rebeccapurple;
  font-family: 'STKaiti', serif;
  display: inline-block;
  margin-top: 0.5em;
  max-width: 576px;
  text-align: left;
}

.caption > span {
  display: block;
  text-align: center;
}