@import url(notosanstc.css);
@import url(notosanssc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanssc.css);
<style>
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;	
	max-width: 960px;
	margin: 0 auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif, "Noto Sans TC", "Noto Sans SC" ;
}

.grid {
	width:100%;
	height: 319px;
	cursor: pointer;
}

.emptyGrid {
	cursor: unset;
}

.menuTable {
	width:95%;
}
.menu > td {
	width:6% !important;
	font-size: 12px;
	text-align: center;
	border-left: 1px solid silver;
	height: 50px;
	padding-bottom: 8px;
}
.menu > td:last-child {
	border-right: 1px solid silver;
}
.menuItem {
	color: gray;
	padding-bottom: 5px;
    text-decoration: none;
	cursor: pointer;
	display: block;
	border-bottom: 4px solid white;
}

.menuItemSelected {
	color:black;
	cursor: unset;
	border-bottom: 4px solid #7CEEE5;
}

.lang {
	color:silver;
}

.pointerCursor {
	cursor: pointer;
}



a.bline:visited {
    text-decoration: none;
    color: black;
}
a.bline {
    text-decoration: none;
    color: black;
}
a.bline:hover {
	text-decoration: none;
    color: #000066;
}

.backgroundPageContent {
	text-align: justify;
}

.articlesHeader {
	text-align: center;
	font-size: 40px;
	color: #C1272D;
	height: 100px;
	opacity:0.7;
}

.articlesContent {
	line-height: 200%;
	text-align: justify;
}

.articlesContent p {
	line-height: 150%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.menuItem, .backgroundPageContent, .articlesHeader, .articlesContent, .pdfName, .download, .linksItemText {
	font-family: "Noto Sans TC", "Noto Sans SC";
}

.backgroundPageContent, .articlesContent {
		padding: 0px 5%;
}

.linksItemImgDiv a {
	text-decoration: none !important;
}

.tempPointer {
	/*cursor: unset !important;*/
}

.backgroundPageContent {
	line-height: 150%;
}
.backgroundPageContentSpace {
	height:30px;
}

.exhibitionAddr {
	font-size:16px;
	
}
</style>