<style>
  body{
	
	
  }
  ::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
-webkit-border-radius: 10px;
border-radius: 10px;
margin:80px 0 5px 0;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 4px;
border-radius: 4px;
background: rgb(224,207,194);
}
  
  
  h1{
  font-family:"微軟正黑體";
  font-size:20pt;
  color:white;
  }
  
  h2{
  font-family:"微軟正黑體";
  font-weight:normal;
  font-size:13pt;
  color:white;
  line-height:30px;
  }
  
  p{
  font-family:"Arial";
  font-size:12pt;
  color:white;
  line-height:22px;
  }
  .div1{
  width:90%;
  height:auto;
  position:absolute;
  top:0px;
  margin-left:4%;
  margin-right:5%;
  text-align:justify;
  text-justify:auto;
  }

</style>