﻿@charset "utf-8";
/* CSS Document */
/* -------------------------------- */
/* Structure of site				*/ 
/* -------------------------------- */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial,"新細明體";
	font-size: 16px;
	line-height:180%;
}

h2 {
	font-size:20px;
	font-weight: strong;
}

