/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");

/* IMPORT google font */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("layout.css");

/*	EXAMPLE STYLES */
body {
	font-family: 'Noto Sans TC', sans-serif;
	color: #fff;
	font-size: 100%;
	background: #f2f3ee;
	min-width: 980px;
}

header {

}

article {

}

aside {

}

 
