
/******************* Background ********************/

		
	html { 
	}

/********************** Fonts **********************/

 	body, button, input[type="submit"], input[type="reset"], input[type="button"],
	input[type="text"], input[type="password"], input[type="tel"], input[type="email"], textarea, select {
		font-family: Verdana, 微軟正黑體;
		font-weight: normal;
	}
	
	#menu > ul > li > a {
		font-family: Verdana, 微軟正黑體;
		font-weight: normal;
	}
	
	h1 {
		font-family: Verdana, 微軟正黑體;
		font-weight: 300;
	}
	
	h2 {
		font-family: Verdana, 微軟正黑體;
		font-weight: 300;
	}
	
	h3 {
		font-family: Verdana, 微軟正黑體;
		font-weight: 300;
	}
	
	h4 {
		font-family: Verdana, 微軟正黑體;
		font-weight: 300;
	}
	
	h5 {
		font-family: Verdana, 微軟正黑體;
		font-weight: 300;
	}
	
	h6 {
		font-family: Verdana, 微軟正黑體;
		font-weight: 300;
	}


/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 14px;
				line-height: 22px;		
	}
	
	#menu > ul > li > a {	
		font-size: 14px;
	}
	
/* Headings */

	h1 { 
		font-size: 43px;
				line-height: 43px;
	}
	
	h2 { 
		font-size: 40px;
				line-height: 40px;
	}
	
	h3 {
		font-size: 15px;
				line-height: 15px;
	}
	
	h4 {
		font-size: 30px;
				line-height: 34px;
	}
	
	h5 {
		font-size: 23px;
				line-height: 28px;
	}
	
	h6 {
		font-size: 16px;
				line-height: 23px;
	}

	@media only screen and (max-width: 767px) {
		h1 { 
						font-size: 38px;
						line-height: 38px;
		}
		
		h2 { 
						font-size: 26px;
			line-height: 33px;
		}
		
		h3 { 
						font-size: 15px;
			line-height: 15px;
		}
	}
	
	h8 {
    font-size: 19px;
    line-height: 26px;
    font-family: Exo, Arial, Tahoma, 微軟正黑體;
    font-weight: 300;
    text-align: center;
    padding: 20px;
    display: block;
    color: #37414e;
}