<style>
/* #=id .=class*/
p 	{ 
	font-size: 22px;
	font-weight: bold;
}
td 	{ 
	font-size: 20px;
	font-weight: bold;
}

/* ä»¥ä??ºBackground Image */
.bgImage {
	background-image: url('../0_UI/Background.PNG');
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	
	font-family: "Helvetica", "Arial","LiHei Pro","é»?é«?-ç¹?","å¾®è?æ­??é«?", sans-serif;	
}

/* ä»¥ä??ºMENU BAR CSS */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #4d7f94;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #e05050;
  color: white;
}

#table1, #table2, #table3, #table4, #table5, #table6, #table7, #table8, #table9, #table10, #table11, #table12, #table13, #table14, #table15, #table16, #table17, #table18, #table19, #table20, #table21, #table22, #table23, #table24, #table25, #table26, #table27, #table28, #table29, #table30, #table31, #table32, #table33, #table34, #table35, #table36, #table37, #table38, #table39, #table40, #table41, #table42, #table43, #table44, #table45, #table46, #table47, #table48, #table49, #table50, #table51, #table52, #table53 {
    display: none;
}

</style>