@charset "utf-8";
/* CSS Document */
body{
    margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-family: "Noto Sans CJK TC", "Microsoft JhengHei", PingFang, STHeiti, sans-serif, serif;	
	background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	font-size: 15px;
    line-height: 28px;
	color: #555555;
	
}
#wrapper{margin: 0 auto; padding: 0; max-width: 1200px; font-family: Arial, Helvetica, "sans-serif ";}

h1.title{
  text-transform: capitalize;
	color:#0F8259;
	font-size: 30pt;
}

a{text-decoration: none; font-weight: bold;
}
a:link{	
	color: #52B062;
}
a:visited{
	color: #60B8A1;
	background-color: #D5C19F;
}

a:hover{
	text-decoration: underline;
}
h2{
	font-size: 24pt;
	color: #333333;
}

h3{font-size: 20pt; color:#4489BB;
 }