*{
    font-family: 'LiHei Pro', '微軟正黑體', Microsoft JhengHei, Helvetica, Arial, Verdana !important;
    text-shadow: none !important;
}
h1 {
    font-size: 1.875rem !important;
	font-weight:400;
}


img{
	border:none;
}


ul#MenuBar1 li>a{
	background-color:#F5F5DC;
	line-height: 40px;
}
ul#MenuBar1 li>a:not(.highlight):hover{
	background-color:#CBF9FB;
}
ul#MenuBar1 li>a.highlight{
	background-color:#F9ABCB;
	
}
ul#MenuBar1 li>a>span{
	font-size:xx-large;
    font-weight: 900 !important;
    color: rgb(18,4,125);
    font-family: DFKai-SB !important;
}

 
h1{
	margin-top:0;
}

div#content{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
		  
  font-family:"微軟正黑體";
  min-height:600px;
}

/*for pre wrapping*/
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}