body{
  margin:0px 0px 0px 0px;
  color : #fff;  
  font-size: 9pt;
  font-family:"Century Gothic, Arial, Osaka";
  letter-spacing:2pt;
  line-height:20pt;
  cursor:move;
  background-color:#522380;
  background-attachment :fixed;
  background-image:url('');
  background-position:0% 0%;
  background-repeat:no-repeat;}
  
html{ 
  /*filter:chroma(color = #fff);*/
  scrollbar-face-color: #000; /*捲軸顏色請與步驟一的設彩相同*/
  scrollbar-highlight-color: #000; 
  scrollbar-shadow-color: #000; 
  scrollbar-3dlight-color: #000;
  scrollbar-darkshadow-color: #000;
  scrollbar-arrow-color: #914098; 
  scrollbar-track-color: #914098;} /*捲軸底色請與步驟一的設彩相同*/  

table{
  font-family:"Century Gothic, Arial, Osaka";
  font-size:9pt;
  letter-spacing:2pt;
  line-height:20pt;
  /*width:65%;*/
}

.mainbg{
  background-image:url('web_bg.jpg');
  background-position:0% 50%;
  background-repeat:repeat-x;}

a{
  color:#FFF200;
  letter-spacing:2pt;
  line-height:20pt;
  text-decoration : none;}

a:hover{
  color:#914098;
  border-bottom:1 solid #914098;
  /*background-color:#914098;*/
  position:relative;
  top:1pt;
  left:1pt;
}

input,textarea,select{
  padding:0px 0px 0px 20px;
  color:#eee;
  font-family:"Century Gothic, Arial, Osaka";
  border:1px solid #522380;
  background:none;}