#Header{
width:100vw;
height:auto;
text-align:center;
line-height:80px;
font-size:15px;
color:#ffffff;
font-weight:bold;
background-color:whitesmoke;
}


#Sidebar{
	 font-family: "標楷體";
width:28%;
float:left;
height:90%;
text-align:center;
line-height:100%;
font-size:28px;
color:#000000;
font-weight:bold;
background-color:#cecece;
}
#body{
	font-family: "標楷體";
width:70vw;
height:100vh;
text-align:center;
line-height:100%;
font-size:20px;
color:#000000;
font-weight:bold;
background-color:#ffffff;
float:left;
margin-left:30px;
}
#Footer{
width:100vw;
height:40px;
text-align:center;
line-height:200%;
font-size:18px;
color:#000000;
font-weight:bold;
background-color:#f9c81e;
}
#css_table {
	font-family: "標楷體";
display:table;
}
.css_tr {
	font-family: "標楷體";
display: table-row;
}
.css_td {
	font-family: "標楷體";
display: table-cell;
}
p {
   line-height: 110%;
   
   font-size: 20px;
   text-align:left;
   margin-left:60px;
  }
a {
    font-family: "標楷體";
  font-size: 22px;
  text-align:left;
  margin-left:5px;
  }
  li {
	  font-family: "標楷體";
line-height: 1.3em;
font-size: 20px;
text-align:left;
margin-left:10px;

}  
 h4 { text-align:left; font-size:  20px; font-weight: bold; line-height: 1em; margin-left:15px;}
 h2 { text-align:center; font-size:  22px; font-weight: bold; line-height: 1em; margin-left:15px;}
 
img {
float:center;
}   