@charset "UTF-8";
@import url(https://webarchive.lib.cuhk.edu.hk/20250917145956cs_/https://fonts.googleapis.com/earlyaccess/notosanstc.css);

a, p, li, td, div, label, input, h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif, 'Noto Sans TC', 新細明體, simsun;
}

.menu > li > a {
 /*font-weight:bold;*/
 font-size:0.8rem;
}
/* medium up */
@media screen and (min-width: 40em) {
	.menu > li > a {
		font-size:0.6rem;
		}
}
/* mid medium up */
@media screen and (min-width: 50em) {
	.menu > li > a {
		font-size:0.8rem;
		}
}

/* large */
@media screen and (min-width: 65em) {
	.menu > li > a {
		font-size:1rem;
		}
}
