body{
  margin:20px 10px 30px 30px;
  color : #111;  
  font-size: 10pt;
  font-family:"Arial, Georgia, Osaka";
  letter-spacing:2pt;
  line-height:18pt;
  cursor:move;
  /*background-color:#fff;
  background-attachment :fixed;
  background-image:url('');
  background-position:0% 0%;
  background-repeat:repeat-x;*/}
  
html{ 
  /*filter:chroma(color = #fff);*/
  scrollbar-face-color: #D0B16B; /*捲軸顏色請與步驟一的設彩相同*/
  scrollbar-highlight-color: #333; 
  scrollbar-shadow-color: #333; 
  scrollbar-3dlight-color: #D0B16B;
  scrollbar-darkshadow-color: #D0B16B;
  scrollbar-arrow-color: #D0B16B; 
  scrollbar-track-color: #D0B16B;} /*捲軸底色請與步驟一的設彩相同*/  

table{
  font-family:"Arial, Georgia, Osaka";
  font-size:10pt;
  letter-spacing:2pt;
  line-height:20pt;
  /*width:65%;*/
}

.menu{
  padding:50px 0px 0px 5px;
  line-height:15pt;
}

h1{
  font-size:11pt;
  letter-spacing:2pt;
  font-weight:bold;
  color:#88211A;
  border-bottom:3 double #88211A;
  font-family :"Arial, Georgia, Osaka";
}

h2{
  font-size:10pt;
  letter-spacing:2pt;
  font-weight:bold;
  color:#111;
  font-family :"Arial, Georgia, Osaka";
}

a{
  color:#000;
  letter-spacing:2pt;
  line-height:20pt;
  text-decoration : none;}

a:hover{
  color:#88211A;
  border-bottom:3 double #88211A;
/*background-color:#fff; 
  background-color:#914098;
  position:relative;
  top:1pt;
  left:1pt;*/
}

input,textarea,select{
  padding:0px 0px 0px 20px;
  color:#333;
  font-family:"Arial, Georgia, Osaka";
  border:1px solid #fff;
  background:none;}