@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
th,
td,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea {
  margin: 0;
  padding: 0;
}
body,
td,
th {
  font: 100%/1 /*Verdana, Geneva*/, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img,
fieldset {
  border: 0;
}
img {
  vertical-align: bottom;
}
a {
  outline: none;
  behavior: expression(this.onFocus=this.blur()); /* for IE */
}
ol,
ul {
  list-style: none outside none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a,
ins {
  text-decoration: none;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: normal;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
code,
kbd,
samp,
tt {
  font-size: 100%;
} /*一模一樣的程式碼，只不過把多餘的空白或是換行給拿掉，以便讓整個檔案大小可以下降，在上線的網站上使用這個版本可以讓使用者下載量變少一點，以提升整個頁面的載入速度。*/
